1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/CodeGen/XCore/section-name.ll
Evgeniy Stepanov 1170493c8c Disallow redefinition of section symbols.
Differential Revision: https://reviews.llvm.org/D30235

llvm-svn: 296180
2017-02-24 21:44:58 +00:00

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