Patch by Lang Hames and Sunho Kim! Differential revision: https://reviews.llvm.org/D138264
7 lines
67 B
LLVM
7 lines
67 B
LLVM
$baz = comdat any
|
|
|
|
define i32 @baz() comdat {
|
|
entry:
|
|
ret i32 0
|
|
}
|