[PATCH] D53238: [Driver] Add -static= to unify -static-{libgcc,libstdc++}
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 5 20:53:03 PDT 2019
MaskRay updated this revision to Diff 219025.
MaskRay retitled this revision from "[Driver] Add -static-{rtlib,stdlib} and make -static-{libgcc,libstdc++} their aliases" to "[Driver] Add -static= to unify -static-{libgcc,libstdc++}".
MaskRay edited the summary of this revision.
MaskRay added reviewers: phosek, pirama, rnk, srhines.
MaskRay removed a subscriber: rnk.
MaskRay added a comment.
Repurpose the patch. Add -static= instead
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53238/new/
https://reviews.llvm.org/D53238
Files:
include/clang/Driver/Options.td
include/clang/Driver/ToolChain.h
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains/CommonArgs.cpp
lib/Driver/ToolChains/CrossWindows.cpp
lib/Driver/ToolChains/DragonFly.cpp
lib/Driver/ToolChains/Fuchsia.cpp
lib/Driver/ToolChains/Gnu.cpp
lib/Driver/ToolChains/Hexagon.cpp
lib/Driver/ToolChains/MinGW.cpp
lib/Driver/ToolChains/Myriad.cpp
lib/Driver/ToolChains/NaCl.cpp
test/Driver/fuchsia.cpp
test/Driver/linux-ld.c
test/Driver/linux-musl.cpp
test/Driver/static.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53238.219025.patch
Type: text/x-patch
Size: 16069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190906/c0d810b5/attachment-0001.bin>
More information about the cfe-commits
mailing list