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
AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
private_linkage.ll
blob
19750768c5754d8d5df35e4a807513e1d2e6d70b
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, ptr nocapture readnone %argv) {
14
entry:
15
call void @foo()
16
call void @"\01l_bar"()
17
ret i32 0
18
}