mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +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:
parent
a80493d221
commit
d889294036
9 changed files with 23 additions and 51 deletions
|
@ -1,7 +1,7 @@
|
|||
From eb1dbc59eaebdefd9735b738ca30478ce1788dca Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Bertalan <dani@danielbertalan.dev>
|
||||
Date: Mon, 18 Apr 2022 22:32:29 +0200
|
||||
Subject: [PATCH 8/9] [cmake] Support building shared libLLVM and libClang for
|
||||
Subject: [PATCH] [cmake] Support building shared libLLVM and libClang for
|
||||
SerenityOS
|
||||
|
||||
This patch tells CMake that the --whole-archive linker option should be
|
||||
|
@ -49,6 +49,3 @@ index 8e2b78f1b..909018753 100644
|
|||
# Solaris ld does not accept global: *; so there is no way to version *all* global symbols
|
||||
set(LIB_NAMES -Wl,--version-script,${LLVM_LIBRARY_DIR}/tools/llvm-shlib/simple_version_script.map ${LIB_NAMES})
|
||||
endif()
|
||||
--
|
||||
2.35.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue