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

8 lines
200 B
LLVM
Raw Normal View History

; RUN: llvm-link %s %p/Inputs/comdat9.ll -S -o - | FileCheck %s
; CHECK: $c = comdat any
; CHECK: @a = alias void ()* @f
; CHECK: define internal void @f() comdat $c {
; CHECK: ret void
; CHECK: }