diff options
Diffstat (limited to 'Ports/llvm/ReadMe.md')
-rw-r--r-- | Ports/llvm/ReadMe.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ports/llvm/ReadMe.md b/Ports/llvm/ReadMe.md new file mode 100644 index 0000000000..286d6218f1 --- /dev/null +++ b/Ports/llvm/ReadMe.md @@ -0,0 +1,5 @@ +# 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. |