[llvm-commits] CVS: llvm/lib/Target/X86/X86ATTAsmPrinter.cpp

Chris Lattner clattner at apple.com
Sat Jan 6 14:06:22 PST 2007


On Jan 6, 2007, at 1:39 PM, Chris Lattner wrote:

>> gcc often inserts it's own names for sections (e.g.
>> gnu.linkonce.t.FunctionName). Convert them to "normal" LLVM names,
>> otherwise linker won't be able to merge them.
>
> Can you be a bit more explicit about what this fixes?

Okay, Anton pointed out that it's a workaround for
http://llvm.org/bugs/show_bug.cgi?id=1085

When this CFE bug is fixed, we can revert this patch.

-Chris



More information about the llvm-commits mailing list