This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Allow symbols with explict import names to be undefined at link time.
ClosedPublic

Authored by sbc100 on Feb 5 2020, 11:27 PM.

Diff Detail

Event Timeline

sbc100 created this revision.Feb 5 2020, 11:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2020, 11:27 PM

Unit tests: unknown.

clang-tidy: unknown.

clang-format: unknown.

Build artifacts: CMakeCache.txt, console-log.txt

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

sbc100 updated this revision to Diff 245548.Feb 19 2020, 3:52 PM
  • add docs
sunfish accepted this revision.Feb 19 2020, 4:37 PM

Looks good, with the clang-format lint fixed :-).

This revision is now accepted and ready to land.Feb 19 2020, 4:37 PM
sbc100 updated this revision to Diff 245557.Feb 19 2020, 4:39 PM
  • clang-format
This revision was automatically updated to reflect the committed changes.