diff options
Diffstat (limited to 'test/CodeGen/XCore/section-name.ll')
-rw-r--r-- | test/CodeGen/XCore/section-name.ll | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CodeGen/XCore/section-name.ll b/test/CodeGen/XCore/section-name.ll new file mode 100644 index 000000000000..65161db34bea --- /dev/null +++ b/test/CodeGen/XCore/section-name.ll @@ -0,0 +1,9 @@ +; RUN: not llc < %s -march=xcore 2>&1 | FileCheck %s + +@bar = internal global i32 zeroinitializer + +define void @".dp.bss"() { + ret void +} + +; CHECK: LLVM ERROR: invalid symbol redefinition |