[PATCH] Fix the NaCl DataLayout strings produced by clang

Derek Schuff dschuff at google.com
Wed Dec 18 15:20:56 PST 2013


  otherwise LGTM


================
Comment at: lib/Basic/Targets.cpp:637
@@ +636,3 @@
+      assert(Triple.getArch() == llvm::Triple::le32);
+      this->DescriptionString = "e-p:32:32-i64:64-v128:32";
+    }
----------------
v128:32 can be dropped from here


http://llvm-reviews.chandlerc.com/D2437



More information about the cfe-commits mailing list