From 45e28963ee1af34aa5becde5463d6c8b68a73150 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Thu, 12 Apr 2018 22:21:36 +0000 Subject: 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 --- test/CodeGenCUDA/link-device-bitcode.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGenCUDA') 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" -- cgit v1.2.1