1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Linker/comdat7.ll

9 lines
186 B
LLVM
Raw Normal View History

; RUN: not llvm-link %s %s -S -o - 2>&1 | FileCheck %s
$c1 = comdat largest
define void @c1() comdat($c1) {
ret void
}
; CHECK: GlobalVariable required for data dependent selection!