1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-29 08:42:07 +00:00
serenity/Ports/llvm/patches/ReadMe.md
2021-06-10 20:21:08 +01:00

9 lines
262 B
Markdown

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