[cfe-commits] [PATCH] Fix x86 android support in clang

Evgeniy Stepanov eugenis at google.com
Fri Nov 2 01:58:19 PDT 2012


  lgtm


================
Comment at: lib/Driver/Tools.cpp:5768
@@ -5765,1 +5767,3 @@
+  const bool isAndroid =
+    ToolChain.getTriple().getEnvironment() == llvm::Triple::Android;
 
----------------
Nit: you've got the same line broken in a different way in the first chunk above.


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



More information about the cfe-commits mailing list