[PATCH] D54112: [Driver] Delete redundant -Bdynamic for libc++ on Fuchsia
Roland McGrath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 5 16:51:15 PST 2018
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
More information about the cfe-commits
mailing list