This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Support symbol names with space in linker script expressions
ClosedPublic

Authored by MaskRay on Sep 25 2021, 4:52 PM.

Diff Detail

Event Timeline

MaskRay created this revision.Sep 25 2021, 4:52 PM
MaskRay requested review of this revision.Sep 25 2021, 4:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2021, 4:52 PM
jhenderson accepted this revision.Sep 27 2021, 12:08 AM

LGTM!

lld/test/ELF/linkerscript/symbol-name.test
2

Perhaps worth explicitly pointing out that spaces in names are also tested.

This revision is now accepted and ready to land.Sep 27 2021, 12:08 AM

Thanks for the fix, LGTM too.

MaskRay updated this revision to Diff 375310.Sep 27 2021, 9:45 AM
MaskRay marked an inline comment as done.

improve comment

This revision was landed with ongoing or failed builds.Sep 27 2021, 9:50 AM
This revision was automatically updated to reflect the committed changes.
MaskRay marked an inline comment as not done.