[all-commits] [llvm/llvm-project] fe0de2: [ELF] Allow an expression to follow = in a symbol ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jun 25 20:25:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe0de25b2195b66d1ebac5d3ebdb18f9e1e776da
https://github.com/llvm/llvm-project/commit/fe0de25b2195b66d1ebac5d3ebdb18f9e1e776da
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/symbol-assignexpr.s
M lld/test/ELF/linkerscript/symbols.s
Log Message:
-----------
[ELF] Allow an expression to follow = in a symbol assignment
GNU ld doesn't require whitespace before =. Match it.
More information about the All-commits
mailing list