We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1e157 commit 548ecdeCopy full SHA for 548ecde
clang/test/CodeGen/extend-variable-liveness-except.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 %s -emit-llvm -fextend-variable-liveness -fcxx-exceptions -fexceptions -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple %itanium_abi_triple -emit-llvm -fextend-variable-liveness -fcxx-exceptions -fexceptions -o - | FileCheck %s
2
// This test checks that the fake uses can be generated in exception handling
3
// blocks and that we can emit fake uses for the __int128 data type.
4
0 commit comments