aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/PR5863-unreachable-block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/PR5863-unreachable-block.cpp')
-rw-r--r--test/CodeGenCXX/PR5863-unreachable-block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/PR5863-unreachable-block.cpp b/test/CodeGenCXX/PR5863-unreachable-block.cpp
index 3f32d7570435..50d17314cb49 100644
--- a/test/CodeGenCXX/PR5863-unreachable-block.cpp
+++ b/test/CodeGenCXX/PR5863-unreachable-block.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -emit-llvm-only %s
+// RUN: %clang_cc1 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -emit-llvm-only %s
// PR5863
class E { };