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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
private_linkage.ll
blob
c8f1531f313913bde9523f9db7733aa0d047ccfb
1
; RUN: lli -jit-kind=orc-lazy %s
2
3
define private void @foo() {
4
entry:
5
ret void
6
}
7
8
define void @"\01l_bar"() {
9
entry:
10
ret void
11
}
12
13
define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
14
entry:
15
call void @foo()
16
call void @"\01l_bar"()
17
ret i32 0
18
}