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 c249a9a commit b8aeec1Copy full SHA for b8aeec1
clang/test/CodeGen/issue155126.c
@@ -1,6 +1,6 @@
1
// 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
+// RUN: %clang_cc1 -std=c23 %s -triple x86_64 -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -std=c23 %s -triple x86_64 -emit-llvm -o - -fexperimental-new-constant-interpreter | FileCheck %s
4
5
enum e : bool { b = true };
6
// CHECK-LABEL: define dso_local void @foo(
0 commit comments