[PATCH] [x32] Add X32 support to driver

Simon Atanasyan simon at atanasyan.com
Thu Jul 10 04:23:24 PDT 2014


LGTM

================
Comment at: lib/Driver/ToolChains.cpp:1963
@@ -1949,1 +1962,3 @@
+  enum { UNKNOWN, WANT32, WANT64, WANTX32 } Want = UNKNOWN;
+  const bool isX32 {TargetTriple.getEnvironment() == llvm::Triple::GNUX32};
   if (TargetTriple.isArch32Bit() && !NonExistent(Alt32))
----------------
s/isX32/IsX32/

http://reviews.llvm.org/D4180






More information about the cfe-commits mailing list