[PATCH] D56044: [Driver] Support object files in addition to static and shared libraries in compiler-rt
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 21 19:22:11 PST 2018
phosek created this revision.
phosek added a reviewer: echristo.
Herald added subscribers: cfe-commits, atanasyan, jrtc27, dberris, sdardis.
This change introduces support for object files in addition to static
and shared libraries which were already supported which requires
changing the type of the argument from boolean to an enum.
Repository:
rC Clang
https://reviews.llvm.org/D56044
Files:
clang/include/clang/Driver/ToolChain.h
clang/lib/Driver/ToolChain.cpp
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/lib/Driver/ToolChains/MinGW.cpp
clang/lib/Driver/ToolChains/MipsLinux.cpp
clang/lib/Driver/ToolChains/MipsLinux.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56044.179403.patch
Type: text/x-patch
Size: 6366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181222/d068ffcc/attachment.bin>
More information about the cfe-commits
mailing list