mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
10 lines
188 B
LLVM
10 lines
188 B
LLVM
; 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
|