[lld] r309152 - Detemplate SymbolTable.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 14:27:14 PDT 2017


It's still failing to link at r309182:
http://bb.pgr.jp/builders/lld-i686-linux-RA/builds/4272

On Wed, Jul 26, 2017 at 2:22 PM, Rui Ueyama <ruiu at google.com> wrote:
> I think it's fixed in r309162.
>
> On Wed, Jul 26, 2017 at 2:00 PM, Hans Wennborg via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>>
>> I see you landed some follow-ups towards fixing the Windows build, but
>> Linux is sad too:
>>
>> http://bb.pgr.jp/builders/lld-i686-linux-RA/builds/4255/steps/build_lld/logs/stdio
>>
>> Do you think this can be fixed quickly or should it be reverted for now?
>>
>> On Wed, Jul 26, 2017 at 11:42 AM, Rafael Espindola via llvm-commits
>> <llvm-commits at lists.llvm.org> wrote:
>> > Author: rafael
>> > Date: Wed Jul 26 11:42:48 2017
>> > New Revision: 309152
>> >
>> > URL: http://llvm.org/viewvc/llvm-project?rev=309152&view=rev
>> > Log:
>> > Detemplate SymbolTable.
>> >
>> > NFC, just makes it easier to access from non templated code.
>> >
>> > Modified:
>> >     lld/trunk/ELF/Arch/MipsArchTree.cpp
>> >     lld/trunk/ELF/Driver.cpp
>> >     lld/trunk/ELF/InputFiles.cpp
>> >     lld/trunk/ELF/InputFiles.h
>> >     lld/trunk/ELF/LinkerScript.cpp
>> >     lld/trunk/ELF/MapFile.cpp
>> >     lld/trunk/ELF/MarkLive.cpp
>> >     lld/trunk/ELF/Relocations.cpp
>> >     lld/trunk/ELF/SymbolTable.cpp
>> >     lld/trunk/ELF/SymbolTable.h
>> >     lld/trunk/ELF/SyntheticSections.cpp
>> >     lld/trunk/ELF/Writer.cpp
>> >     lld/trunk/ELF/Writer.h
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
>


More information about the llvm-commits mailing list