aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/cfstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/cfstring.c')
-rw-r--r--clang/test/CodeGen/cfstring.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/cfstring.c b/clang/test/CodeGen/cfstring.c
index 4a84d00..8614186 100644
--- a/clang/test/CodeGen/cfstring.c
+++ b/clang/test/CodeGen/cfstring.c
@@ -1,6 +1,7 @@
// REQUIRES: x86-registered-target
// RUN: %clang_cc1 -triple x86_64-macho -emit-llvm %s -o %t
+// RUN: %clang_cc1 -triple x86_64-macho -emit-llvm %s -o %t -fexperimental-new-constant-interpreter
// Check that the backing store of CFStrings are constant with the
// -fwritable-strings flag.