mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
9 lines
188 B
LLVM
9 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
|