We were setting the comdat when functions were copied in the initial pass, but not when they were linked only when we found out that they are needed. llvm-svn: 215765
6 lines
90 B
LLVM
6 lines
90 B
LLVM
$c = comdat any
|
|
@a = alias void ()* @f
|
|
define internal void @f() comdat $c {
|
|
ret void
|
|
}
|