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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-link
/
Inputs
/
i.ll
blob
d23df3792a609325ed7a9551e5c3c1241982da47
1
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2
3
define void @i() {
4
call void @f()
5
ret void
6
}
7
8
declare void @f()