================
Comment at: lib/Driver/Driver.cpp:1572
@@ -1571,3 +1571,3 @@
       Result = InputInfo(Name, A->getType(), Name);
-    } else
+    } else {
       Result = InputInfo(&Input, A->getType(), "");
----------------
Unrelated?

================
Comment at: lib/Driver/ToolChains.cpp:3748
@@ +3747,3 @@
+
+bool MoviClang::isPICDefault() const { return true; }
+bool MoviClang::isPIEDefault() const { return false; }
----------------
No need to make those out of line?

http://reviews.llvm.org/D10440

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



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to