summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA/link-device-bitcode.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCUDA/link-device-bitcode.cu')
-rw-r--r--test/CodeGenCUDA/link-device-bitcode.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCUDA/link-device-bitcode.cu b/test/CodeGenCUDA/link-device-bitcode.cu
index 869fcb1bc9380..b307838ae82de 100644
--- a/test/CodeGenCUDA/link-device-bitcode.cu
+++ b/test/CodeGenCUDA/link-device-bitcode.cu
@@ -31,7 +31,7 @@
// Make sure NVVMReflect pass is enabled in NVPTX back-end.
// RUN: %clang_cc1 -triple nvptx-unknown-cuda -fcuda-is-device \
// RUN: -mlink-cuda-bitcode %t.bc -S -o /dev/null %s \
-// RUN: -backend-option -debug-pass=Structure 2>&1 \
+// RUN: -mllvm -debug-pass=Structure 2>&1 \
// RUN: | FileCheck %s -check-prefix CHECK-REFLECT
#include "Inputs/cuda.h"