Skip to content

Commit b8aeec1

Browse files
committed
[clang][test] Specify triple in test/CodeGen/issue155126.c
Differences in llvm ir output break builders, e.g. https://lab.llvm.org/buildbot/#/builders/190/builds/26289
1 parent c249a9a commit b8aeec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/issue155126.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
2-
// RUN: %clang_cc1 -std=c23 %s -emit-llvm -o - | FileCheck %s
3-
// RUN: %clang_cc1 -std=c23 %s -emit-llvm -o - -fexperimental-new-constant-interpreter | FileCheck %s
2+
// RUN: %clang_cc1 -std=c23 %s -triple x86_64 -emit-llvm -o - | FileCheck %s
3+
// RUN: %clang_cc1 -std=c23 %s -triple x86_64 -emit-llvm -o - -fexperimental-new-constant-interpreter | FileCheck %s
44

55
enum e : bool { b = true };
66
// CHECK-LABEL: define dso_local void @foo(

0 commit comments

Comments
 (0)