summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/library-builtin.cu
Commit message (Collapse)AuthorAgeFilesLines
* [CUDA] CUDA has no device-side library builtins.Artem Belevich2018-01-231-0/+22
We should (almost) never consider a device-side declaration to match a library builtin functio. Otherwise clang may ignore the implementation provided by the CUDA headers and emit clang's idea of the builtin. Differential Revision: https://reviews.llvm.org/D42319 llvm-svn: 323239
OpenPOWER on IntegriCloud