summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cuda-constructor-alias.cu
Commit message (Collapse)AuthorAgeFilesLines
* [CUDA] Add -target to cuda-constructor-alias.cu test so it doesn't fail on Mac.Justin Lebar2016-01-251-1/+1
| | | | | | | The test was checking that we passed -mconstructor-alias to host compilation, but that explicitly shouldn't happen on Mac. llvm-svn: 258737
* [CUDA] Disable ctor/dtor aliases in device code.Justin Lebar2016-01-251-0/+13
Summary: NVPTX doesn't support aliases, so don't generate them. Reviewers: tra Subscribers: cfe-commits, jhen, echristo Differential Revision: http://reviews.llvm.org/D16499 llvm-svn: 258733
OpenPOWER on IntegriCloud