Right now the default initial address is 0x0, which is very problematic on embedded targets where that's the CPU's initialization vector.
To help in these scenarios, this patch uses the GetMemoryRegionInfo() API to find an appropriately-sized region.
It also sets better fallback defaults than 0x0 if all of the other approaches fail
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM