[LLVMdev] Combining LinkOnce and External

Mike Stump mrs at apple.com
Tue Jun 10 11:31:54 PDT 2008


On Jun 9, 2008, at 7:13 PM, Talin wrote:
> Before I go writing a bug report, I want to know if the behavior I am
> seeing is intended.
>
> Before 1.3, I was able to generate a linkonce definition in one  
> module,
> and an external declaration in another module and link them together,
> with the result being a defined symbol with external linkage. However,
> with the latest head, it apparently discards the linkonce version, and
> my output contains the declaration only, which fails when I try to
> generate code.

Sounds like a regression to me.



More information about the llvm-dev mailing list