--export now implies --undefined.
This is really a requirement from emscripten but I think it
makes sense in general too.
Paths
| Differential D50287
[WebAssembly] --export should fetch lazy symbols ClosedPublic Authored by sbc100 on Aug 3 2018, 5:14 PM.
Details Summary --export now implies --undefined. This is really a requirement from emscripten but I think it
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 2 others. · View Herald TranscriptAug 3 2018, 5:14 PM Comment Actions Second attempt at this change since I think it makes sense. Otherwise emscripten would need to pass --export=foo and --undefined=foo for each symbol which seems redundant. This revision is now accepted and ready to land.Aug 6 2018, 12:36 PM Closed by commit rL339047: [WebAssembly] --export should fetch lazy symbols (authored by sbc). · Explain WhyAug 6 2018, 12:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 159364 lld/trunk/test/wasm/archive-export.ll
lld/trunk/wasm/Driver.cpp
|