]> git.tdb.fi Git - builder.git/commit
Add a customized linker tool to ClangTools
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Dec 2022 16:11:11 +0000 (18:11 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Dec 2022 16:31:00 +0000 (18:31 +0200)
commit84e224e6839afcb3971938dee91e63ade279f2bb
tree74225733932fa7190a58c6c8f0fbbab859fd896d
parent64ed75d757c4f31f60d8fa19b37efb6b3e02fdd4
Add a customized linker tool to ClangTools

Also remove the GnuArchiver from it, beacuse the GNU and clang toolchains
can now be active at the same time.
source/clanglinker.cpp [new file with mode: 0644]
source/clanglinker.h [new file with mode: 0644]
source/clangtools.cpp