These can still be exported via --export if needed.
This change was inspired by https://reviews.llvm.org/D62443
Paths
| Differential D62744
[WebAssembly] Don't export __data_end and __heap_start by default. ClosedPublic Authored by sbc100 on May 31 2019, 10:38 AM.
Details Summary These can still be exported via --export if needed. This change was inspired by https://reviews.llvm.org/D62443
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, dexonsmith, steven_wu and 5 others. · View Herald Transcript This revision is now accepted and ready to land.May 31 2019, 2:29 PM Closed by commit rL362276: [WebAssembly] Don't export __data_end and __heap_base by default. (authored by sbc). · Explain WhyMay 31 2019, 3:49 PM This revision was automatically updated to reflect the committed changes.
sbc100 added inline comments.
Revision Contents
Diff 202463 lld/test/wasm/alias.ll
lld/test/wasm/archive-export.ll
lld/test/wasm/call-indirect.ll
lld/test/wasm/comdats.ll
lld/test/wasm/cxx-mangling.ll
lld/test/wasm/data-layout.ll
lld/test/wasm/entry.ll
lld/test/wasm/export.ll
lld/test/wasm/local-symbols.ll
lld/test/wasm/locals-duplicate.test
lld/test/wasm/lto/export.ll
lld/test/wasm/stack-first.test
lld/test/wasm/undefined-weak-call.ll
lld/test/wasm/visibility-hidden.ll
lld/test/wasm/weak-alias-overide.ll
lld/test/wasm/weak-alias.ll
lld/test/wasm/weak-symbols.ll
lld/test/wasm/weak-undefined.ll
lld/wasm/Config.h
lld/wasm/Driver.cpp
lld/wasm/SymbolTable.h
lld/wasm/SymbolTable.cpp
lld/wasm/Writer.cpp
|