This makes sure we get the same redefinition rules regardless of who is printing (asm parser, codegen) and to what (asm, obj). This fixes an unintentional regression in r293936. llvm-svn: 294752
9 lines
142 B
LLVM
9 lines
142 B
LLVM
; RUN: llc < %s -march=xcore
|
|
|
|
; we used to crash in this.
|
|
@bar = internal global i32 zeroinitializer
|
|
|
|
define void @".dp.bss"() {
|
|
ret void
|
|
}
|