llvm-for-llvmta/test/ExecutionEngine/OrcLazy/Inputs/hidden-definitions.ll

7 lines
76 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
@bar = hidden global i32 0
define hidden i32 @foo() {
entry:
ret i32 0
}