mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-14 01:16:26 +00:00

Differential Revision: https://reviews.llvm.org/D30235 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296180 91177308-0d34-0410-b5e6-96231b3b80d8
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
|