[Lldb-commits] [PATCH] [LLDB][MIPS] Getting correct flags for MIPS

Pavel Labath labath at google.com
Mon Jun 29 06:29:41 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: source/Target/Platform.cpp:1512
@@ +1511,3 @@
+       || arch.GetTriple ().getArch () == llvm::Triple::mipsel)
+           map_anon = 0x800;
+
----------------
Wouldn't this be better in PlatformLinux? What are the odds of this constant being correct on non-linux platforms?

http://reviews.llvm.org/D10685

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






More information about the lldb-commits mailing list