[PATCH] Synchronize the NaCl DataLayout string with the one in clang

JF Bastien jfb at chromium.org
Wed Oct 15 15:28:31 PDT 2014


================
Comment at: lib/Target/X86/X86TargetMachine.cpp:50
@@ +49,3 @@
+  if (ST.isTargetNaCl())
+    ; // No f80
+  else if (ST.is64Bit() || ST.isTargetDarwin())
----------------
I'm editing this line in D5807.

http://reviews.llvm.org/D2436






More information about the llvm-commits mailing list