================
Comment at: lib/Driver/Tools.cpp:6127
@@ -6126,1 +6126,3 @@
 
+  if (Arg *A = Args.getLastArg(options::OPT_fveclib)) {
+    if (A->getValue() == StringRef("Accelerate")) {
----------------
This also need to be guarded by:

     (!Args.hasArg(options::OPT_nostdlib) &&
      !Args.hasArg(options::OPT_nodefaultlibs))

(and please update the test as well)

http://reviews.llvm.org/D8362

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