xref
: /
llvm-project
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
Inputs
/
comdat-functions.ll
(revision 38ef56880a99e6382f4a1f9113646295953c0b16)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
$baz = comdat any
2
3
define i32 @baz() comdat {
4
entry:
5
ret i32 0
6
}
7