"&" should have higher priority than "|" [1]. Previously,
they had the same priority.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D43880
Fix linker script operator precedence. ClosedPublic Authored by ruiu on Feb 28 2018, 10:10 AM.
Details Summary "&" should have higher priority than "|" [1]. Previously,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 15 2018, 2:02 PM Closed by commit rL327684: Fix linker script operator precedence. (authored by ruiu). · Explain WhyMar 15 2018, 4:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 138647 lld/trunk/ELF/ScriptParser.cpp
lld/trunk/test/ELF/linkerscript/operators.test
|