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 f179e98 commit 25bedd0Copy full SHA for 25bedd0
clang/test/CodeGen/builtins.c
@@ -1,6 +1,7 @@
1
// RUN: %clang_cc1 -emit-llvm -o %t %s
2
// RUN: not grep __builtin %t
3
// 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
5
6
int printf(const char *, ...);
7
0 commit comments