diff options
author | Daniel Bertalan <dani@danielbertalan.dev> | 2022-01-07 16:29:59 +0100 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-01-10 09:55:45 +0330 |
commit | b19cc3cdcbf14f0c4313df8dcc1291c38765d60d (patch) | |
tree | 343ef8bd7853e95ede343cbf85b98dabbbf5116e /Ports | |
parent | 3132ce1d36ff9350fc1bbf83d502b0c5a94ef423 (diff) | |
download | serenity-b19cc3cdcbf14f0c4313df8dcc1291c38765d60d.zip |
Toolchain: Backport `--update-section` support to llvm-objcopy
This commit backports the LLVM commit that adds support for the
`--update-section` flag to llvm-objcopy. We use this feature of GNU
objcopy to embed the symbol map in the kernel.
The corresponding LLVM Phabricator Differential Revision can be found
here: https://reviews.llvm.org/D112116
This patch is identical to the upstream commit, except for two hunks
that had to be changed as they didn't apply cleanly.
Diffstat (limited to 'Ports')
l--------- | Ports/llvm/patches/llvm-backport-objcopy-update-section.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/llvm/patches/llvm-backport-objcopy-update-section.patch b/Ports/llvm/patches/llvm-backport-objcopy-update-section.patch new file mode 120000 index 0000000000..bba9bce43a --- /dev/null +++ b/Ports/llvm/patches/llvm-backport-objcopy-update-section.patch @@ -0,0 +1 @@ +../../../Toolchain/Patches/llvm-backport-objcopy-update-section.patch
\ No newline at end of file |