[PATCH] D22993: [MSAN][MIPS] Changed memory mapping to support pie executable.

Sagar Thakur via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 09:42:41 PDT 2016


slthakur added inline comments.

================
Comment at: lib/msan/msan.h:46
@@ +45,3 @@
+// MIPS64 maps:
+// - 0x0100000000-0x0200000000: Program own segments
+// - 0xa000000000-0xc000000000: PIE program segments
----------------
eugenis wrote:
> Is that for a non-PIE executable? So, the new mapping requires PIE?
> 
Yes, this is for non-PIE executable. And the new mapping requires PIE executable.


Repository:
  rL LLVM

https://reviews.llvm.org/D22993





More information about the llvm-commits mailing list