diff options
Diffstat (limited to 'test/CodeGen/X86/cstring.ll')
-rw-r--r-- | test/CodeGen/X86/cstring.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/X86/cstring.ll b/test/CodeGen/X86/cstring.ll new file mode 100644 index 0000000000000..27d6181db8bc7 --- /dev/null +++ b/test/CodeGen/X86/cstring.ll @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | not grep comm +; rdar://6479858 + +@str1 = internal constant [1 x i8] zeroinitializer |