[CUDA] Add -disable-llvm-passes to CodeGenCUDA/link-device-bitcode.cu. NFC
authorJustin Lebar <jlebar@google.com>
Wed, 30 Mar 2016 23:45:38 +0000 (23:45 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 30 Mar 2016 23:45:38 +0000 (23:45 +0000)
commit19b648eae3bb85e30d08665305fb506cbff7626a
tree735d281907e3682bb57a296148c5bcb2afb27c75
parentec4e166a5ab37ca4e7c77b087ffb721cc13258b2
[CUDA] Add -disable-llvm-passes to CodeGenCUDA/link-device-bitcode.cu.  NFC

We already have this flag in most of the file, but we need it everywhere
else, to disable the NVVMReflect pass, which we're explicitly checking
doesn't run here.  (Upcoming changes to llvm will cause it to be run.)

llvm-svn: 264969
clang/test/CodeGenCUDA/link-device-bitcode.cu