Author: Stephen Tozer Date: 2025-01-28T22:51:30Z New Revision: 548ecde42886149dd4d69366d7c2dc02076a7083
URL: https://github.com/llvm/llvm-project/commit/548ecde42886149dd4d69366d7c2dc02076a7083 DIFF: https://github.com/llvm/llvm-project/commit/548ecde42886149dd4d69366d7c2dc02076a7083.diff LOG: Add extra explicit triple to fix errors from #110102 Attempted fix for errors observed on: https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-windows-x64/b8724466517233166081/overview Following the previous fixes, one test that needed an explicit triple was missed; this commit adds that triple. Added: Modified: clang/test/CodeGen/extend-variable-liveness-except.cpp Removed: ################################################################################ diff --git a/clang/test/CodeGen/extend-variable-liveness-except.cpp b/clang/test/CodeGen/extend-variable-liveness-except.cpp index 13a5c2e644040f..c3a29f57bdae54 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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits