Skip to content

Commit 25bedd0

Browse files
authored
[clang][test] Add a RUN line for the bytecode interpreter (#155363)
This test works with the bytecode interpreter, so add some additional testing.
1 parent f179e98 commit 25bedd0

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)