aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/comdat9.ll
blob: eada8c62bef166669e0e76ca91403aa221f81f43 (plain)
1
2
3
4
5
6
7
; 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: }