diff options
author | Sam Clegg <sbc@chromium.org> | 2018-01-11 22:31:35 +0000 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2018-01-11 22:31:35 +0000 |
commit | 31efdcd78e3b7b41884875bcfef2f87c53a95d8a (patch) | |
tree | 73ebba2ec70812152a7acbc3fa06f8895a63dfca /lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py | |
parent | ea4359e9228b34156cd453946473bcd581c581f3 (diff) | |
download | bcm5719-llvm-31efdcd78e3b7b41884875bcfef2f87c53a95d8a.tar.gz bcm5719-llvm-31efdcd78e3b7b41884875bcfef2f87c53a95d8a.zip |
[WebAssembly] When loading libraries look for companion `.imports` file
This allows libraries to supply a list of symbols which are
allowed to be undefined at link time (i.e. result in imports).
This method replaces the existing mechanism (-allow-undefined-file)
used by the clang driver to allow undefined symbols in libc.
For more on motivation for this see:
https://github.com/WebAssembly/tool-conventions/issues/35
In the long run we hope to remove this features and instead
include this information in the object format itself.
Differential Revision: https://reviews.llvm.org/D41922
llvm-svn: 322320
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py')
0 files changed, 0 insertions, 0 deletions