bolt/deps/llvm-18.1.8/llvm/test/Linker/Inputs/visibility.ll

27 lines
462 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
$c1 = comdat any
; Variables
@v1 = weak hidden global i32 0
@v2 = weak protected global i32 0
@v3 = weak hidden global i32 0
@v4 = hidden global i32 1, comdat($c1)
; Aliases
@a1 = weak hidden alias i32, ptr @v1
@a2 = weak protected alias i32, ptr @v2
@a3 = weak hidden alias i32, ptr @v3
; Functions
define weak hidden void @f1() {
entry:
ret void
}
define weak protected void @f2() {
entry:
ret void
}
define weak hidden void @f3() {
entry:
ret void
}