android_mt6572_jiabo/external/llvm/test/Linker/comdat12.ll
2025-09-05 16:56:03 +08:00

8 lines
140 B
LLVM

; RUN: llvm-link %s -S -o - | FileCheck %s
$foo = comdat largest
define internal void @foo() comdat($foo) {
ret void
}
; CHECK-NOT: foo