Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 17639 Build 17639: arc lint + arc unit
Paths
| Differential D46141
[WebAssembly] Add --stack-first option which places the shadow stack at start of linear memory ClosedPublic Authored by sbc100 on Apr 26 2018, 11:56 AM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 3 others. · View Herald TranscriptApr 26 2018, 11:56 AM This revision is now accepted and ready to land.May 3 2018, 3:23 AM Closed by commit rLLD331467: [WebAssembly] Add --stack-first option which places the shadow stack at start… (authored by sbc). · Explain WhyMay 3 2018, 10:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 144987 test/wasm/stack-first.test
wasm/Config.h
wasm/Driver.cpp
wasm/Options.td
wasm/Writer.cpp
|
Could also test/assert the positions of some pieces of static data, and the __heap_base, ie check all the calculations are correct when --stack-first is used.