]> granicus.if.org Git - clang/commit
[Driver] Support object files in addition to static and shared libraries in compiler-rt
authorPetr Hosek <phosek@chromium.org>
Tue, 12 Mar 2019 02:12:48 +0000 (02:12 +0000)
committerPetr Hosek <phosek@chromium.org>
Tue, 12 Mar 2019 02:12:48 +0000 (02:12 +0000)
commit3b51fa8ce9293a268c824bc9003c3da5fc627811
treeb243a6efdbb915136409b55ea6b5c926bd566552
parent56866cce9d65da85c2f90778aeb3bdab5ea49de8
[Driver] Support object files in addition to static and shared libraries in compiler-rt

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.

Differential Revision: https://reviews.llvm.org/D56044

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355891 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/ToolChain.h
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains/CommonArgs.cpp
lib/Driver/ToolChains/MinGW.cpp
lib/Driver/ToolChains/MipsLinux.cpp
lib/Driver/ToolChains/MipsLinux.h