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

Toolchain: Format llvm patches per new patch format

This removes the patch series 1/N comments, git version at the bottom of
the patch, and zeros out the original commit hash.
This commit is contained in:
Andrew Kaster 2022-06-26 20:38:21 -06:00 committed by Linus Groh
parent a80493d221
commit d889294036
9 changed files with 23 additions and 51 deletions

View file

@ -1,7 +1,7 @@
From ac91fd973bdf23b24645336a470d5dfb31811aa6 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Bertalan <dani@danielbertalan.dev>
Date: Thu, 14 Apr 2022 10:21:19 +0200
Subject: [PATCH 7/9] [cmake] Allow undefined symbols on SerenityOS
Subject: [PATCH] [cmake] Allow undefined symbols on SerenityOS
Allow undefined symbols in LLVM libraries, which is needed because only
stubs are available for SerenityOS libraries when libc++ and libunwind
@ -23,6 +23,3 @@ index fcaa8f20b..c27209146 100644
WIN32 OR CYGWIN) AND
NOT LLVM_USE_SANITIZER)
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,defs")
--
2.35.3