This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Preserve symbol flags in --relocatable output
ClosedPublic

Authored by sbc100 on Sep 18 2019, 12:33 PM.

Event Timeline

sbc100 created this revision.Sep 18 2019, 12:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2019, 12:33 PM
sbc100 edited the summary of this revision. (Show Details)Sep 18 2019, 12:37 PM
sbc100 updated this revision to Diff 220730.Sep 18 2019, 12:49 PM
sbc100 edited the summary of this revision. (Show Details)

add test

MaskRay added inline comments.
lld/test/wasm/relocatable.ll
13

?

lld/wasm/SymbolTable.cpp
447

&& or &

469

&& or &

sbc100 updated this revision to Diff 220945.Sep 19 2019, 9:41 PM
sbc100 marked 3 inline comments as done.
  • feedback
This revision is now accepted and ready to land.Sep 23 2019, 1:07 PM
This revision was automatically updated to reflect the committed changes.