The patch in D155211 added basic support for the `.alias` keyword in
PTX. This means we should be able to permit use of this in clang.
Reviewed By: tra
Differential Revision: https://reviews.llvm.org/D156014
Summary:
These aliases are done to support inline asm, but there's nothing we can
do: NVPTX doesn't support aliases.
Reviewers: tra
Subscribers: cfe-commits, jhen, echristo
Differential Revision: http://reviews.llvm.org/D16501
llvm-svn: 258734