summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/template-namespace-function.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-10-03 02:38:43 +0000
committerNico Weber <nicolasweber@gmx.de>2019-10-03 02:38:43 +0000
commit6713f8235bac3a5883af6eee841cb50a8832d754 (patch)
tree3a3a1b5ff96132cb61a7a412a1668fdac6f62a22 /clang/test/InterfaceStubs/template-namespace-function.cpp
parent45f682f47129c05414d4c5ae7be851772273978f (diff)
downloadbcm5719-llvm-6713f8235bac3a5883af6eee841cb50a8832d754.tar.gz
bcm5719-llvm-6713f8235bac3a5883af6eee841cb50a8832d754.zip
Revert 373538 and follow-ups 373549 and 373552.
They break tests on (at least) macOS. llvm-svn: 373556
Diffstat (limited to 'clang/test/InterfaceStubs/template-namespace-function.cpp')
-rw-r--r--clang/test/InterfaceStubs/template-namespace-function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/InterfaceStubs/template-namespace-function.cpp b/clang/test/InterfaceStubs/template-namespace-function.cpp
index ad8606757c9..4956525b406 100644
--- a/clang/test/InterfaceStubs/template-namespace-function.cpp
+++ b/clang/test/InterfaceStubs/template-namespace-function.cpp
@@ -1,5 +1,5 @@
// REQUIRES: x86-registered-target
-// RUN: %clang -target x86_64-unknown-linux-gnu -o - -emit-interface-stubs -emit-merged-ifs \
+// RUN: %clang -target x86_64-unknown-linux-gnu -o - -emit-interface-stubs \
// RUN: -interface-stub-version=experimental-ifs-v1 %s | \
// RUN: FileCheck %s
OpenPOWER on IntegriCloud