[PATCH 0/2] linker: fix build with LLVM LD

Roger Pau Monne posted 2 patches 2 years ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220429093644.99574-1-roger.pau@citrix.com
xen/Kconfig               | 6 ++++++
xen/arch/x86/xen.lds.S    | 6 +++++-
xen/include/xen/xen.lds.h | 8 ++++----
3 files changed, 15 insertions(+), 5 deletions(-)
[PATCH 0/2] linker: fix build with LLVM LD
Posted by Roger Pau Monne 2 years ago
Hello,

LLVM LD doesn't remove quotes from sections names, and thus the
resulting binary cannot be parsed by some tools due to the quoted
sections names.

First patch has already been posted independently and got not enough
Acks/RB, second patch depends on the first one and is the actual fix for
the issue.

Thanks, Roger.

Roger Pau Monne (2):
  kconfig: detect LD implementation
  linker/lld: do not generate quoted section names

 xen/Kconfig               | 6 ++++++
 xen/arch/x86/xen.lds.S    | 6 +++++-
 xen/include/xen/xen.lds.h | 8 ++++----
 3 files changed, 15 insertions(+), 5 deletions(-)

-- 
2.35.1