summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cuda-march.cu
Commit message (Collapse)AuthorAgeFilesLines
* A follow-up fixing on cuda-march.cu: Don't match clang to other place.Haojian Wu2016-06-161-8/+6
| | | | llvm-svn: 272890
* clang/test/Driver/cuda-march.cu: Tweak not to match "clang" to other place ↵NAKAMURA Takumi2016-06-161-2/+2
| | | | | | like "path-to-clang-foo". llvm-svn: 272874
* [CUDA] Don't pass top-level -march down to device cc1 or ptxas.Justin Lebar2016-06-151-0/+24
Summary: Previously if you did e.g. $ clang -march=haswell -x cuda foo.cu we would pass "-march=haswell -march=sm_20" down to the ptxas tool. This causes it to assert, and rightly so! Reviewers: tra Subscribers: cfe-commits, echristo Differential Revision: http://reviews.llvm.org/D21419 llvm-svn: 272857
OpenPOWER on IntegriCloud