diff --git a/clang/test/CodeGen/extend-variable-liveness-except.cpp b/clang/test/CodeGen/extend-variable-liveness-except.cpp index 13a5c2e64404..c3a29f57bdae 100644 --- a/clang/test/CodeGen/extend-variable-liveness-except.cpp +++ b/clang/test/CodeGen/extend-variable-liveness-except.cpp @@ -1,4 +1,4 @@ -// 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 // This test checks that the fake uses can be generated in exception handling // blocks and that we can emit fake uses for the __int128 data type.