This is an archive of the discontinued LLVM Phabricator instance.

Use Wasm visibility flag in LLD
AbandonedPublic

Authored by ncw on Nov 28 2017, 6:23 AM.

Details

Reviewers
sbc100
Summary

This complements diff https://reviews.llvm.org/D40442, using the new flag to hide the hidden symbols in lld.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

ncw created this revision.Nov 28 2017, 6:23 AM
sbc100 edited edge metadata.Nov 28 2017, 10:27 PM

lgtm. Can you add a test case to lld/test/wasm? (and obviously the llvm side change has to land first).

ncw updated this revision to Diff 124766.Nov 29 2017, 9:32 AM

Added tests in latest revision

ruiu added a subscriber: ruiu.Nov 29 2017, 2:30 PM

When you upload a patch to Phabricator, please upload it with more context (e.g. run svn diff -U10000) or use arc command.

ncw abandoned this revision.Dec 1 2017, 2:11 AM

Abandoned in favour of https://reviews.llvm.org/D40690