summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/InterfaceStubs/object.cpp')
-rw-r--r--clang/test/InterfaceStubs/object.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/InterfaceStubs/object.cpp b/clang/test/InterfaceStubs/object.cpp
index 090a29d1c94..7f11fe6bf3c 100644
--- a/clang/test/InterfaceStubs/object.cpp
+++ b/clang/test/InterfaceStubs/object.cpp
@@ -1,10 +1,10 @@
// REQUIRES: x86-registered-target
// RUN: %clang -target x86_64-unknown-linux-gnu -o - -emit-interface-stubs \
-// RUN: -interface-stub-version=experimental-tapi-elf-v1 %s | \
+// RUN: -interface-stub-version=experimental-ifs-v1 %s | \
// RUN: FileCheck -check-prefix=CHECK-TAPI %s
// RUN: %clang -target x86_64-unknown-linux-gnu -o - -emit-interface-stubs \
-// RUN: -interface-stub-version=experimental-tapi-elf-v1 %s | \
+// RUN: -interface-stub-version=experimental-ifs-v1 %s | \
// RUN: FileCheck -check-prefix=CHECK-SYMBOLS %s
// RUN: %clang -target x86_64-unknown-linux-gnu -o - -c %s | llvm-nm - 2>&1 | \
// RUN: FileCheck -check-prefix=CHECK-SYMBOLS %s
OpenPOWER on IntegriCloud