[PATCH] D31528: [ELF][MIPS] Multi-GOT implementation
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 09:13:16 PDT 2017
emaste added a comment.
In https://reviews.llvm.org/D31528#716759, @atanasyan wrote:
> Thanks a lot for your help. BTW what tools and libraries do you use to build LLD: Clang (what version?) or gcc, libc++ or libstdc++?
This is the integrated tool-chain in FreeBSD-current, with one non-default configuration: using LLD as /usr/bin/ld. So it's Clang, LLD, and libc++ 4.0.0, ELF Tool Chain objcopy / strip, and FreeBSD's libc & libthr (== libpthread).
Repository:
rL LLVM
https://reviews.llvm.org/D31528
More information about the llvm-commits
mailing list