summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/weak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/InterfaceStubs/weak.cpp')
-rw-r--r--clang/test/InterfaceStubs/weak.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/InterfaceStubs/weak.cpp b/clang/test/InterfaceStubs/weak.cpp
index e1c2c232a9d..1581ffa9d5d 100644
--- a/clang/test/InterfaceStubs/weak.cpp
+++ b/clang/test/InterfaceStubs/weak.cpp
@@ -1,5 +1,5 @@
// REQUIRES: x86-registered-target
-// RUN: %clang -target x86_64-linux-gnu -o - -emit-interface-stubs -emit-merged-ifs \
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -o - -emit-interface-stubs \
// RUN: -interface-stub-version=experimental-ifs-v1 %s | \
// RUN: FileCheck %s
@@ -7,8 +7,8 @@
// RUN: FileCheck -check-prefix=CHECK-SYMBOLS %s
// CHECK: Symbols:
-// CHECK-DAG: _Z8weakFuncv: { Type: Func, Weak: true }
-// CHECK-DAG: _Z10strongFuncv: { Type: Func }
+// CHECK-DAG: "_Z8weakFuncv" : { Type: Func, Weak: true }
+// CHECK-DAG: "_Z10strongFuncv" : { Type: Func }
// CHECK-SYMBOLS-DAG: _Z10strongFuncv
// CHECK-SYMBOLS-DAG: _Z8weakFuncv
OpenPOWER on IntegriCloud