[PATCH] D24522: [CUDA] Do not merge CUDA target attributes.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 14:57:57 PDT 2016


jlebar accepted this revision.
jlebar added a comment.
This revision is now accepted and ready to land.

Yay, this is great.


================
Comment at: test/SemaCUDA/target_attr_inheritance.cu:4
@@ +3,3 @@
+// REQUIRES: x86-registered-target
+// REQUIRES: nvptx-registered-target
+
----------------
Other reviewers have pointed out to me that we don't usually (ever?) need this.  I think these have to do with llvm's ability to generate code for our targets, but it's not relevant to clang here.


https://reviews.llvm.org/D24522





More information about the cfe-commits mailing list