diff options
-rw-r--r-- | clang/test/CodeGenCUDA/link-device-bitcode.cu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/CodeGenCUDA/link-device-bitcode.cu b/clang/test/CodeGenCUDA/link-device-bitcode.cu index de3d39c20b4..869fcb1bc93 100644 --- a/clang/test/CodeGenCUDA/link-device-bitcode.cu +++ b/clang/test/CodeGenCUDA/link-device-bitcode.cu @@ -4,10 +4,10 @@ // REQUIRES: nvptx-registered-target // // Prepare bitcode file to link with -// RUN: %clang_cc1 -triple nvptx-unknown-cuda -emit-llvm-bc -o %t.bc \ -// RUN: %S/Inputs/device-code.ll -// RUN: %clang_cc1 -triple nvptx-unknown-cuda -emit-llvm-bc -o %t-2.bc \ -// RUN: %S/Inputs/device-code-2.ll +// RUN: %clang_cc1 -triple nvptx-unknown-cuda -emit-llvm-bc \ +// RUN: -disable-llvm-passes -o %t.bc %S/Inputs/device-code.ll +// RUN: %clang_cc1 -triple nvptx-unknown-cuda -emit-llvm-bc \ +// RUN: -disable-llvm-passes -o %t-2.bc %S/Inputs/device-code-2.ll // // Make sure function in device-code gets linked in and internalized. // RUN: %clang_cc1 -triple nvptx-unknown-cuda -fcuda-is-device \ |