mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
9dff6acc55
Now that we're generating the CMake toolchain file in the build directory, we need to redirect the ports that use CMake to the new location. Looking into this showed that there's still a bunch of work to do in general to make the ports agnostic to which toolchain they're using, there's a lot of hard-coded ${ARCH}-pc-serenity-gcc assumptions still here. |
||
---|---|---|
.. | ||
patches | ||
package.sh | ||
ReadMe.md |
LLVM port for SerenityOS
This folder contains the SerenityOS port of LLVM/Clang. Right now it builds LLVM, Clang, lld and compiler-rt. To compile programs it is recommended to install the GCC port because Clang is not able to use lld yet, that's why GNU ld should be used.