Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is a nice change! Unfortunately GNU linkers don't suppress symbols in -shared --no-export-dynamic mode...
Paths
| Differential D66359
[lld][WebAssembly] Honor --no-export-dynamic even with -shared ClosedPublic Authored by sbc100 on Aug 16 2019, 12:07 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 18 2019, 11:59 PM Closed by commit rGe8e914e6404b: [lld][WebAssembly] Honor --no-export-dynamic even with -shared (authored by sbc100). · Explain WhyAug 19 2019, 9:37 AM This revision was automatically updated to reflect the committed changes. Comment Actions This is a nice change! Unfortunately GNU linkers don't suppress symbols in -shared --no-export-dynamic mode...
Revision Contents
Diff 215933 lld/test/wasm/shared-export-dynamic.ll
lld/wasm/Driver.cpp
|
nit: delete trailing blank lines