Skip to content

Commit 04c89cd

Browse files
tbaederrgithub-actions[bot]
authored andcommitted
Automerge: [clang][test] Add a RUN line for the bytecode interpreter (#155363)
This test works with the bytecode interpreter, so add some additional testing.
2 parents 7b7e8b2 + 25bedd0 commit 04c89cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CodeGen/builtins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %clang_cc1 -emit-llvm -o %t %s
22
// RUN: not grep __builtin %t
33
// RUN: %clang_cc1 -emit-llvm -triple x86_64-darwin-apple -o - %s | FileCheck %s
4+
// RUN: %clang_cc1 -emit-llvm -triple x86_64-darwin-apple -o - %s -fexperimental-new-constant-interpreter | FileCheck %s
45

56
int printf(const char *, ...);
67

0 commit comments

Comments
 (0)