1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:47:34 +00:00

Toolchain: Keep LLVM from using shm_open and friends

I originally missed this while handling the upgrade to LLVM 15 (as it
only affects the on-serenity port), so the patch gets to be here with a
bit of a delay.

Co-Authored-By: sin-ack <sin-ack@users.noreply.github.com>
This commit is contained in:
Tim Schumacher 2022-10-19 23:34:02 +02:00 committed by Linus Groh
parent ed5996184b
commit 335fd20c34
2 changed files with 45 additions and 0 deletions

View file

@ -86,3 +86,10 @@ OS ABI for userspace binaries to 3, or GNU/Linux.
Add SerenityOS to config.guess
## `0011-llvm-Prevent-the-use-of-POSIX-shm-on-SerenityOS.patch`
Prevent the use of POSIX shm on SerenityOS
POSIX shm is not supported by SerenityOS yet, so this causes a
compilation error.