ladybird/Toolchain/CMake
Daniel Bertalan 36bd230ffa Toolchain/Clang: Fix CMake using utilities from the LLVM port
If we have the LLVM port installed, CMake might pick up some of the
tools installed as part of it (`llvm-ar`, `llvm-strip`, etc.) instead of
the ones belonging to the host toolchain. These, of course, can't be run
on the host platform, so builds would eventually fail. This made it
impossible to rebuild the LLVM toolchain.

We now set these variables explicitly when compiling the LLVM runtime
libraries in order to avoid this issue.
2021-11-28 09:38:57 -08:00
..
Platform Meta: Switch to a SuperBuild that splits host and target builds 2021-09-15 19:04:52 +04:30
ClangToolchain.txt.in CMake: Assume working compiler instead of using static linking 2021-11-07 20:11:23 -08:00
GNUToolchain.txt.in CMake: Assume working compiler instead of using static linking 2021-11-07 20:11:23 -08:00
LLVMConfig.cmake Toolchain: Enable clang-tools-extra for LLVM 2021-11-14 22:52:35 +01:00
LLVMRuntimesConfig.cmake Toolchain/Clang: Fix CMake using utilities from the LLVM port 2021-11-28 09:38:57 -08:00