xref
: /
llvm-project
/
compiler-rt
/
test
/
orc
/
TestCases
/
Generic
/
Inputs
/
foo-ret-42.ll
(revision f2d18a4d00c5f5dea436b4f7b62ec5c87b98eac2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
define i32 @foo() {
2
entry:
3
ret i32 42
4
}
5