]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commitdiff
Configure clang with LLVM_ENABLE_LLD=ON
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 22 Nov 2018 22:40:50 +0000 (23:40 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 22 Nov 2018 22:40:50 +0000 (23:40 +0100)
This enables the use of LLVM linker rather than using GNU linker.
With LLVM linker it is possible to use the compiler as a
cross-compiler e.g. by using --target=aarch64 switch.


No differences found