summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/cuda-macos-includes.cu
Commit message (Collapse)AuthorAgeFilesLines
* [CUDA] Attempt to fix test failures in cuda-macos-includes.cu.Justin Lebar2016-11-181-2/+2
| | | | | | | Run clang -cc1 -E instead of -S, in an attempt to make this test work cross-platform. llvm-svn: 287292
* [CUDA] Initialize our header search using the host triple.Justin Lebar2016-11-181-0/+13
Summary: This used to work because system headers are found in a (somewhat) predictable set of locations on Linux. But this is not the case on MacOS; without this change, we don't look in the right places for our headers when doing device-side compilation on Mac. Reviewers: tra Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D26776 llvm-svn: 287286
OpenPOWER on IntegriCloud