This means we don't need to write the linking metadata section
at all for executable (non-relocatable) output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 14578 Build 14578: arc lint + arc unit
Paths
| Differential D42869
[WebAssembly] Remove DataSize from linking metadata ClosedPublic Authored by sbc100 on Feb 2 2018, 2:19 PM.
Details Summary This means we don't need to write the linking metadata section
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 3 others. · View Herald TranscriptFeb 2 2018, 2:19 PM This revision is now accepted and ready to land.Feb 5 2018, 1:53 PM Closed by commit rL326268: [WebAssembly] Remove DataSize from linking metadata (authored by sbc). · Explain WhyFeb 27 2018, 4:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 132684 test/wasm/alias.ll
test/wasm/call-indirect.ll
test/wasm/data-layout.ll
test/wasm/function-imports-first.ll
test/wasm/gc-sections.ll
test/wasm/init-fini.ll
test/wasm/local-symbols.ll
test/wasm/locals-duplicate.test
test/wasm/many-functions.ll
test/wasm/relocatable.ll
test/wasm/stack-pointer.ll
test/wasm/weak-alias-overide.ll
test/wasm/weak-alias.ll
test/wasm/weak-symbols.ll
test/wasm/weak-undefined.ll
wasm/Writer.cpp
|