mcgrathr requested changes to this revision.
mcgrathr added a comment.
This revision now requires changes to proceed.

This breaks the semantics we want.  The `-Bdynamic` is there to apply to `-lm`, 
which is also what `--as-needed` is there for in this case (it appears earlier 
because of the conditional logic, since in the other case it applies to `-lc++` 
as well).  It's correct as is.


Repository:
  rC Clang

https://reviews.llvm.org/D54112



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to