[PATCH] D12164: Stop treating -static as overriding -fPIC: they are distinct.

Dan Albert via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 10:59:18 PDT 2015


danalbert added inline comments.

================
Comment at: lib/Driver/Tools.cpp:3025
@@ -3024,3 +3024,3 @@
 
-  // Note that these flags are trump-cards. Regardless of the order w.r.t. the
-  // PIC or PIE options above, if these show up, PIC is disabled.
+  // Note that this flag is a trump-cards. Regardless of the order
+  // w.r.t. the PIC or PIE options above, if it shows up, PIC is
----------------
trump-card (singular)


http://reviews.llvm.org/D12164





More information about the cfe-commits mailing list