mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
Ports: Add LLVM port
This commit is contained in:
parent
794cf8eef4
commit
023df8e596
6 changed files with 235 additions and 0 deletions
9
Ports/llvm/patches/ReadMe.md
Normal file
9
Ports/llvm/patches/ReadMe.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Patches for LLVM on SerenityOS
|
||||
|
||||
## `remove-wstring.patch`
|
||||
|
||||
Removes `wstring`s from the source code, as SerenityOS doesn't support them yet.
|
||||
|
||||
## `insert-ifdef-serenity.patch`
|
||||
|
||||
This patch adds several defines in order to omit things not supported by SerenityOS.
|
Loading…
Add table
Add a link
Reference in a new issue