[llvm-commits] [llvm] r125526 - in /llvm/trunk: lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCSectionELF.cpp test/CodeGen/X86/global-sections.ll test/CodeGen/X86/pic_jumptable.ll tools/gold/gold-plugin.cpp

Anton Korobeynikov anton at korobeynikov.info
Mon Feb 14 14:40:05 PST 2011


Hi Rafael,

> Switch llvm to using comdats. For now always use groups with a single
> section.
This definitely imposes some constraints on the version of binutils
which should be used to link the stuff.
Could you please clarify this?

I'd prefer to have both comdat and section-name style linkonce stuff.
This way we can switch between them and hook into configure-time check
inside llvm-gcc to this option, for example.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list