[PATCH] D56044: [Driver] Support object files in addition to static and shared libraries in compiler-rt
Joerg Sonnenberger via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 1 23:02:48 PST 2019
On Sat, Dec 22, 2018 at 03:22:11AM +0000, Petr Hosek via Phabricator via cfe-commits wrote:
> 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.
Not really a fan of this at all. Why isn't the normal -B path lookup
enough?
Joerg
More information about the cfe-commits
mailing list