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
/
weak-function-2.ll
blob
13911bd4eb5379733af20bb878f7280a634794a3
1
define linkonce_odr i32 @baz() #0 {
2
entry:
3
ret i32 0
4
}
5
6
define ptr @bar() {
7
entry:
8
ret ptr @baz
9
}