Skip to content

Commit 5cf029a

Browse files
tbaederraugusto2112
authored andcommitted
[clang][bytecode][test] Specify triple for Invalid.cpp
This should unbreak that test on 32bit builders, e.g. https://lab.llvm.org/buildbot/#/builders/154/builds/24509
1 parent 797fad2 commit 5cf029a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/AST/ByteCode/invalid.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clang_cc1 -fcxx-exceptions -std=c++20 -fexperimental-new-constant-interpreter -verify=expected,both %s
2-
// RUN: %clang_cc1 -fcxx-exceptions -std=c++20 -verify=ref,both %s
1+
// RUN: %clang_cc1 -triple x86_64 -fcxx-exceptions -std=c++20 -fexperimental-new-constant-interpreter -verify=expected,both %s
2+
// RUN: %clang_cc1 -triple x86_64 -fcxx-exceptions -std=c++20 -verify=ref,both %s
33

44
namespace Throw {
55

0 commit comments

Comments
 (0)