]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commit
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)
commita59af5800802346ee0f30ab2f6f170406b9f797f
tree8ab49207f01fd7cd6aaf434c310d59900cd420c8
parent4a8158f90be67f8929b639663d3b9b691b48b26a
Configure clang with LLVM_ENABLE_LLD=ON

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.
Makefile