[PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS

Evgeniy Stepanov eugenis at google.com
Tue Jan 20 00:53:49 PST 2015


Do you have commit access? (i.e. should I land this change?)


REPOSITORY
  rL LLVM

================
Comment at: lib/Transforms/Instrumentation/MemorySanitizer.cpp:251
@@ -242,4 +250,3 @@
 
-static const PlatformMemoryMapParams LinuxMemoryMapParams = {
-  &LinuxMemoryMapParams32,
-  &LinuxMemoryMapParams64,
+static const PlatformMemoryMapParams Linux_INTEL_MemoryMapParams = {
+  &Linux_I386_MemoryMapParams,
----------------
Let's call it "X86" instead of "INTEL".

http://reviews.llvm.org/D6146

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list