Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CUDA] Attempt to fix test failures in cuda-macos-includes.cu. | Justin Lebar | 2016-11-18 | 1 | -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 Lebar | 2016-11-18 | 1 | -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 |