[llvm-dev] [RFC] better link error messages

Rui Ueyama via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 29 12:18:48 PDT 2017


My bad. I intended this.

Undefined symbol error:

bin/ld.lld: error: undefined symbol:
lld::elf::EhFrameSection<llvm::object::ELFType<(llvm::support::endianness)0,
true>
*>>> Referenced by* Writer.cpp:207
(/ssd/llvm-project/lld/ELF/Writer.cpp:207)
*>>>*               Writer.cpp.o in archive lib/liblldELF.a


Duplicate symbol error:

bin/ld.lld: error: duplicate symbol:
lld::elf::MipsGotSection::addEntry(lld::elf::SymbolBody&, long,
lld::elf::RelExpr)
*>>> defined at* Writer.cpp:38
(/home/buildslave/buildslave/clang-cmake-aarch64-39vma/llvm/tools/lld/ELF/Writer.cpp:38)
*>>>*            Writer.cpp.o in archive lib/liblldELF.a
*>>> defined at* SyntheticSections.cpp:673
(/home/buildslave/buildslave/clang-cmake-aarch64-39vma/llvm/tools/lld/ELF/SyntheticSections.cpp:673)
*>>> *           SyntheticSections.cpp.o in archive lib/liblldELF.a


On Wed, Mar 29, 2017 at 12:12 PM, Jonathan Roelofs <
jonathan at codesourcery.com> wrote:

>
>
> On 3/29/17 12:53 PM, Rui Ueyama via llvm-dev wrote:
>
>> Put it all together, the following error messages should work for
>> everybody. I'll create a patch to make this change and send it for
>> review. Thank you guys for the inputs!
>>
>>
>> Undefined symbol error:
>>
>> bin/ld.lld: error: undefined symbol:
>> lld::elf::EhFrameSection<llvm::object::ELFType<(llvm::suppor
>> t::endianness)0,
>> true>
>> *>>> defined at* Writer.cpp:207 (/ssd/llvm-project/lld/ELF/Wri
>> ter.cpp:207)
>> *>>>*            Writer.cpp.o in archive lib/liblldELF.a
>>
>
> The wording of this one is mildly self contradictory. Undefined symbols
> aren't defined, they're... used? referenced?
>
>
> Jon
>
>
>>
>> Duplicate symbol error:
>>
>> bin/ld.lld: error: duplicate symbol:
>> lld::elf::MipsGotSection::addEntry(lld::elf::SymbolBody&, long,
>> lld::elf::RelExpr)
>> *>>> defined at* Writer.cpp:38
>> (/home/buildslave/buildslave/clang-cmake-aarch64-39vma/llvm/
>> tools/lld/ELF/Writer.cpp:38)
>> *>>>*            Writer.cpp.o in archive lib/liblldELF.a
>> *>>> defined at* SyntheticSections.cpp:673
>> (/home/buildslave/buildslave/clang-cmake-aarch64-39vma/llvm/
>> tools/lld/ELF/SyntheticSections.cpp:673)
>> *>>>*            SyntheticSections.cpp.o in archive lib/liblldELF.a
>>
>>
>>
>
> --
> Jon Roelofs
> jonathan at codesourcery.com
> CodeSourcery / Mentor Embedded
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170329/8b4d5e6c/attachment.html>


More information about the llvm-dev mailing list