Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CUDA] Add -target to cuda-constructor-alias.cu test so it doesn't fail on Mac. | Justin Lebar | 2016-01-25 | 1 | -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 Lebar | 2016-01-25 | 1 | -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 |