]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commit
Add and compile LLVM linker (LLD)
authorMichal Sojka <michal.sojka@cvut.cz>
Fri, 23 Nov 2018 07:41:39 +0000 (08:41 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 23 Nov 2018 07:41:39 +0000 (08:41 +0100)
commitdba99b7155459440c6f48f9518b234b4df7d39fb
treefa394e74efa290459f34ede8008befa7511e930a
parent8b229b0c43dcc920a4f3f4d1c82f33121e004d14
Add and compile LLVM linker (LLD)

This linker can cross-link for different architecure. Unfortunately, I
haven't found a way how to tell clang to use this linker by default so
one has to link manually by using the ld.lld command.
.gitmodules
Makefile
lld [new submodule]