[all-commits] [llvm/llvm-project] 0ba9ae: [Clang][NVPTX] Permit use of the alias attribute f...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Aug 7 12:08:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ba9aec38faa8f567741fdb4eac1149c3fe94ceb
https://github.com/llvm/llvm-project/commit/0ba9aec38faa8f567741fdb4eac1149c3fe94ceb
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/CodeGenCUDA/alias.cu
Log Message:
-----------
[Clang][NVPTX] Permit use of the alias attribute for NVPTX targets
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
More information about the All-commits
mailing list