summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/XCore/section-name.ll
blob: 65161db34bea49e0bc92377c797a2f585bf894cd (plain)
1
2
3
4
5
6
7
8
9
; 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
OpenPOWER on IntegriCloud