[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
Mon Dec 31 13:52:29 PST 2018
phosek added a comment.
This is needed for `crtbegin.o`/`crtend.o`, I originally implemented it as part of D28791 <https://reviews.llvm.org/D28791> but that change is already pretty big so this is an attempt to split independent parts that could land separately into smaller changes.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56044/new/
https://reviews.llvm.org/D56044
More information about the cfe-commits
mailing list