mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
1170493c8c
Differential Revision: https://reviews.llvm.org/D30235 llvm-svn: 296180
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
|