This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Fix data section name in PIC mode
ClosedPublic

Authored by sbc100 on Jul 9 2019, 12:12 PM.

Details

Summary

This should always have been ".data". Without this we treat the
section as a user-defined section in other places (such as the
generation of __start/__stop symbols).

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jul 9 2019, 12:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2019, 12:12 PM
sbc100 edited the summary of this revision. (Show Details)Jul 9 2019, 12:13 PM
sbc100 added a reviewer: kripken.
This revision was not accepted when it landed; it landed in state Needs Review.Jul 9 2019, 12:47 PM
This revision was automatically updated to reflect the committed changes.