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

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 11:10:41 PDT 2016


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

lgtm


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



Repository:
  rL LLVM

https://reviews.llvm.org/D22993





More information about the llvm-commits mailing list