]> granicus.if.org Git - clang/commit
Ignore device-side asm constraint errors while compiling CUDA code for host and vice...
authorArtem Belevich <tra@google.com>
Thu, 19 Mar 2015 18:40:25 +0000 (18:40 +0000)
committerArtem Belevich <tra@google.com>
Thu, 19 Mar 2015 18:40:25 +0000 (18:40 +0000)
commitc9b35c96b9dc14722c366d42ad397da5abeb9003
tree46a65ce1f38131b41db2766bcb94ce7f362bacca
parent0c3cbccf0e435b1bf954eb1aab57cf622242667c
Ignore device-side asm constraint errors while compiling CUDA code for host and vice versa.

Differential Revision: http://reviews.llvm.org/D8392

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232747 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmtAsm.cpp
test/SemaCUDA/asm-constraints-device.cu [new file with mode: 0644]
test/SemaCUDA/asm-constraints-mixed.cu [new file with mode: 0644]