[all-commits] [llvm/llvm-project] 363b29: [ELF] Support quoted symbol in the ENTRY command
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jun 25 12:19:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 363b29567e29c52ffd70a4f1254213c83e0391c9
https://github.com/llvm/llvm-project/commit/363b29567e29c52ffd70a4f1254213c83e0391c9
Author: Fangrui Song <i at maskray.me>
Date: 2022-06-25 (Sat, 25 Jun 2022)
Changed paths:
M lld/ELF/ScriptParser.cpp
M lld/test/ELF/linkerscript/entry.s
Log Message:
-----------
[ELF] Support quoted symbol in the ENTRY command
This matches GNU ld and matches other places we unquote the symbol name.
Fixes #56208
More information about the All-commits
mailing list