repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc] Deprecate LLVM_ENABLE_PROJECTS in favor of LLVM_ENABLE_RUNTIMES. (#117265)
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
Inputs
/
obj-weak-non-materialization-2.ll
blob
3262017012c7c9ae5eead2ecff3da59cdade13f1
1
@X = weak global i32 1, align 4
2
3
define void @foo() {
4
entry:
5
ret void
6
}
7