Files
clang-p2996/llvm/test/ExecutionEngine/OrcLazy/Inputs/hidden-definitions.ll
2018-10-23 23:01:39 +00:00

7 lines
76 B
LLVM

@bar = hidden global i32 0
define hidden i32 @foo() {
entry:
ret i32 0
}