xref
: /
llvm-project
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
Inputs
/
obj-weak-non-materialization-2.ll
(revision 6cadc7c06ba27bdee06d45c1443c7213cc5a9cbb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@X = weak global i32 1, align 4
2
3
define void @foo() {
4
entry:
5
ret void
6
}
7
8