[lld] r309152 - Detemplate SymbolTable.

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


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


More information about the llvm-commits mailing list