bolt/deps/llvm-18.1.8/llvm/test/Linker/comdat-unneeded.ll

9 lines
140 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llvm-link %s -S -o - | FileCheck %s
$foo = comdat largest
define internal void @foo() comdat($foo) {
ret void
}
; CHECK-NOT: foo