Go to file
Artem Belevich 0488d1e4ba [cuda] treat file scope __asm as __host__ and ignore it during device-side compilation.
Currently clang emits file-scope asm during *both* host and device
compilation modes which is usually a wrong thing to do.

There's no way to attach any attribute to an __asm statement, so
there's no way to differentiate between host-side and device-side
file-scope asm.  This patch makes clang to match nvcc behavior and
emit file-scope-asm only during host-side compilation.

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

llvm-svn: 235905
2015-04-27 18:52:00 +00:00
clang [cuda] treat file scope __asm as __host__ and ignore it during device-side compilation. 2015-04-27 18:52:00 +00:00
clang-tools-extra Fix clang-tools-extra build after clang r235614. 2015-04-23 20:38:48 +00:00
compiler-rt [Msan] Fix the iconv.cc test to build and pass on FreeBSD 2015-04-25 11:07:05 +00:00
debuginfo-tests
libclc Fix compilation warnings without cl_khr_fp64 2015-04-24 19:54:17 +00:00
libcxx Fixed an 'extra tokens at end of #endif directive' warning in experimental/ratio 2015-04-23 16:45:08 +00:00
libcxxabi libc++abi: enable LLVM unwinder by default for ARM 2015-04-27 18:19:33 +00:00
libunwind unwind: remove inclusion of private_typeinfo.h 2015-04-27 16:51:52 +00:00
lld Remove trailing whitespace characters. 2015-04-27 17:18:04 +00:00
lldb Make sure files in the Xcode project in source/API are in alphabetic order. 2015-04-27 16:52:08 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm fix 80-cols; NFC 2015-04-27 17:45:44 +00:00
openmp updated copyright date to 2015 2015-04-16 11:10:17 +00:00
polly Extract IslNodeBuilder into its own file 2015-04-27 12:32:24 +00:00