This is an archive of the discontinued LLVM Phabricator instance.

[Driver][BareMetal] Support --emit-static-lib in BareMetal driver
ClosedPublic

Authored by phosek on Apr 20 2023, 7:55 PM.

Details

Summary

This allows building static libraries with Clang driver.

Diff Detail

Event Timeline

phosek created this revision.Apr 20 2023, 7:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2023, 7:55 PM
phosek requested review of this revision.Apr 20 2023, 7:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2023, 7:55 PM
abrachet accepted this revision.Apr 25 2023, 9:47 AM
abrachet added inline comments.
clang/lib/Driver/ToolChains/BareMetal.cpp
227

Looks like clang-format is complaining about this file

This revision is now accepted and ready to land.Apr 25 2023, 9:47 AM
phosek marked an inline comment as done.Jun 26 2023, 4:19 PM
phosek added inline comments.
clang/lib/Driver/ToolChains/BareMetal.cpp
227

Addressed in the commit.

This revision was landed with ongoing or failed builds.Jun 26 2023, 4:19 PM
This revision was automatically updated to reflect the committed changes.
phosek marked an inline comment as done.