[all-commits] [llvm/llvm-project] fdf31a: [Fuchsia] Never link in implicit "system dependenc...
Roland McGrath via All-commits
all-commits at lists.llvm.org
Thu Jan 30 14:21:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fdf31ae32dd2bddd9cc72ee7108f0c69bb2e637f
https://github.com/llvm/llvm-project/commit/fdf31ae32dd2bddd9cc72ee7108f0c69bb2e637f
Author: Roland McGrath <mcgrathr at google.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
Log Message:
-----------
[Fuchsia] Never link in implicit "system dependencies" of sanitizer runtimes
This is never appropriate on Fuchsia and any future needs for
system library dependencies of compiler-supplied runtimes will
be addressed via .deplibs instead of driver hacks.
Patch By: mcgrathr
Differential Revision: https://reviews.llvm.org/D73734
More information about the All-commits
mailing list