[all-commits] [llvm/llvm-project] 9e07fb: [ELF] --package-metadata: support %[0-9a-fA-F][0-9...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Feb 10 14:09:59 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 9e07fbf6411110b0f3e9b814a2e2bcac74c9eb88
https://github.com/llvm/llvm-project/commit/9e07fbf6411110b0f3e9b814a2e2bcac74c9eb88
Author: Fangrui Song <i at maskray.me>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/Options.td
M lld/docs/ld.lld.1
M lld/test/ELF/package-metadata.s
Log Message:
-----------
[ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F]
(This application-specific option is probably not appropriate as a
linker option (.o file offers more flexibility and decouples JSON
verification from linkers). However, the option has gained some traction
in Linux distributions, with support in GNU ld, gold, and mold.)
GNU ld has supported percent-encoded bytes and extensions like
`%[comma]` since November 2024. mold supports just percent-encoded
bytes. To prepare for potential adoption by Ubuntu, let's support
percent-encoded bytes.
Link: https://sourceware.org/bugzilla/show_bug.cgi?id=32003
Link: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/2071468
Pull Request: https://github.com/llvm/llvm-project/pull/126396
(cherry picked from commit 0a470a926481d370251731cb2dd897531756335f)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list