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

2016-09-13 Thread Artem Belevich via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL281406: [CUDA] Do not merge CUDA target attributes. (authored by tra). Changed prior to commit: https://reviews.llvm.org/D24522?vs=71244=71249#toc Repository: rL LLVM

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

2016-09-13 Thread Artem Belevich via cfe-commits
tra updated this revision to Diff 71244. tra marked an inline comment as done. tra added a comment. Removed REQUIRED lines. https://reviews.llvm.org/D24522 Files: lib/Sema/SemaDecl.cpp test/SemaCUDA/function-overload.cu test/SemaCUDA/target_attr_inheritance.cu Index:

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

2016-09-13 Thread Justin Lebar via cfe-commits
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 +