bolt/deps/llvm-18.1.8/llvm/test/Linker/Inputs/only-needed-named-metadata.ll

10 lines
114 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
@X = external global i32
declare i32 @foo()
define void @bar() {
load i32, ptr @X
call i32 @foo()
ret void
}