summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA
diff options
context:
space:
mode:
authorEli Friedman <efriedma@codeaurora.org>2018-04-12 22:21:36 +0000
committerEli Friedman <efriedma@codeaurora.org>2018-04-12 22:21:36 +0000
commit45e28963ee1af34aa5becde5463d6c8b68a73150 (patch)
tree622afa11d3bc4c09989544eafb3d456d12ba33f7 /test/CodeGenCUDA
parent5955ba83f7155c81aef26686b066de0bec103d01 (diff)
downloadclang-45e28963ee1af34aa5becde5463d6c8b68a73150.tar.gz
Remove -cc1 option "-backend-option".
It means the same thing as -mllvm; there isn't any reason to have two options which do the same thing. Differential Revision: https://reviews.llvm.org/D45109 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCUDA')
-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 869fcb1bc9..b307838ae8 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"