summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/trycatch.cpp
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-11-13 23:58:09 -0500
committerPuyan Lotfi <puyan@puyan.org>2019-11-14 02:25:22 -0500
commite782192d5e6540b0cbb957a6b738d98e24c88ee3 (patch)
treeb10b52663a3deaea307fc8bfbac352bbd62e9ba0 /clang/test/InterfaceStubs/trycatch.cpp
parent3db6783d8a7da05a5949bb18e6c8809306c9d0de (diff)
downloadbcm5719-llvm-e782192d5e6540b0cbb957a6b738d98e24c88ee3.tar.gz
bcm5719-llvm-e782192d5e6540b0cbb957a6b738d98e24c88ee3.zip
[clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often.
Unless the test is explicitly testing a driver feature if clang interface stubs I have changed the tests to use %clang_cc1. This should make some changes I plan to make to the driver job pipeline cause fewer test changes and breakages.
Diffstat (limited to 'clang/test/InterfaceStubs/trycatch.cpp')
-rw-r--r--clang/test/InterfaceStubs/trycatch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/InterfaceStubs/trycatch.cpp b/clang/test/InterfaceStubs/trycatch.cpp
index 310e9038f1a..57076a097cb 100644
--- a/clang/test/InterfaceStubs/trycatch.cpp
+++ b/clang/test/InterfaceStubs/trycatch.cpp
@@ -1,6 +1,6 @@
// REQUIRES: x86-registered-target
-// RUN: %clang -target x86_64-unknown-linux-gnu -c -o - -emit-interface-stubs %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fcxx-exceptions -o - -emit-interface-stubs %s | FileCheck %s
// CHECK: --- !experimental-ifs-v1
@@ -12,4 +12,4 @@
// CHECK-NEXT: ...
class C5 {};
-void f() { try {} catch(C5&){} } \ No newline at end of file
+void f() { try {} catch(C5&){} }
OpenPOWER on IntegriCloud