summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/cuda-preprocess.cu
Commit message (Collapse)AuthorAgeFilesLines
* [CUDA] Updated CUDA tests that must run w/o CUDA installation.Artem Belevich2016-08-021-4/+4
| | | | | | | Fixes test failures after r277542 on systems that don't have CUDA installed. llvm-svn: 277552
* Add -nocudainc option to CUDA preprocessor test.Samuel Antao2016-02-041-5/+5
| | | | | | | | | If include files are used in the CUDA preprocessor tests it will cause a failure due to a missing header file in hosts that do not match the triple in the test. E.g. powerpc64le have CUDA support but the include files cannot be used for an x86 target. llvm-svn: 259769
* [CUDA] Add tests for compiling CUDA files with -E.Justin Lebar2016-01-141-0/+32
Reviewers: tra Subscribers: cfe-commits, jhen Differential Revision: http://reviews.llvm.org/D16080 llvm-svn: 257807
OpenPOWER on IntegriCloud