1
Fork 0
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:
Egor Ananyin 2021-06-10 20:38:00 +03:00 committed by Linus Groh
parent 794cf8eef4
commit 023df8e596
6 changed files with 235 additions and 0 deletions

View 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.