[llvm-commits] [llvm] r115753 - /llvm/trunk/lib/Linker/LinkModules.cpp

Dan Gohman gohman at apple.com
Wed Oct 6 11:27:18 PDT 2010


On Oct 5, 2010, at 11:16 PM, Bill Wendling wrote:

> --- llvm/trunk/lib/Linker/LinkModules.cpp (original)
> +++ llvm/trunk/lib/Linker/LinkModules.cpp Wed Oct  6 01:16:30 2010
[...]
> +  // The Objective-C __image_info section should be unique.
> +  if (SrcSec == DstSec &&
> +      (SrcSec.find("__objc_imageinfo") != StringRef::npos ||
> +       SrcSec.find("__image_info") != StringRef::npos))

Hi Bill, magic names, in the LLVM IR linker? If this is the way this will
be done, can you document this in LangRef.html?

Thanks,

Dan




More information about the llvm-commits mailing list