diff options
Diffstat (limited to 'test/CodeGen/X86/AppendingLinkage.ll')
-rw-r--r-- | test/CodeGen/X86/AppendingLinkage.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/X86/AppendingLinkage.ll b/test/CodeGen/X86/AppendingLinkage.ll new file mode 100644 index 000000000000..1a49287d1b38 --- /dev/null +++ b/test/CodeGen/X86/AppendingLinkage.ll @@ -0,0 +1,4 @@ +; RUN: not llc < %s -march=x86 2>&1 | FileCheck %s + +; CHECK: unknown special variable +@foo = appending constant [1 x i32 ]zeroinitializer |