summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/virtual.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/InterfaceStubs/virtual.cpp')
-rw-r--r--clang/test/InterfaceStubs/virtual.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/InterfaceStubs/virtual.cpp b/clang/test/InterfaceStubs/virtual.cpp
index 0fdb604921e..ec405770be3 100644
--- a/clang/test/InterfaceStubs/virtual.cpp
+++ b/clang/test/InterfaceStubs/virtual.cpp
@@ -1,9 +1,9 @@
// 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-TAPI2 %s
// RUN: %clang -target x86_64-unknown-linux-gnu -o - -c %s | \
// RUN: llvm-readelf -s - 2>&1 | FileCheck -check-prefix=CHECK-SYMBOLS %s
OpenPOWER on IntegriCloud