This is an archive of the discontinued LLVM Phabricator instance.

[runtimes] Fix the build of merged ABI/unwinder libraries
ClosedPublic

Authored by ldionne on May 18 2022, 9:48 AM.

Details

Reviewers
phosek
Group Reviewers
Restricted Project
Restricted Project
Restricted Project
Commits
rGfa7ce8e685fa: [runtimes] Fix the build of merged ABI/unwinder libraries
Summary

Also, add a CI job that tests this configuration. The exact configuration
is that we build a shared libc++ and merge objects for the ABI library
and the unwinder library into it.

Diff Detail

Event Timeline

ldionne created this revision.May 18 2022, 9:48 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 18 2022, 9:48 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.May 18 2022, 9:48 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 18 2022, 9:48 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision as: Restricted Project, Restricted Project, Restricted Project.May 18 2022, 11:14 AM

Seems like this fixes the issue that was reported by user kristina_ on Discord, and it fixes the issues I was seeing locally. I'll ship this once CI is green.

Thank you, build is fine after applying the patch.

phosek accepted this revision.May 18 2022, 11:24 AM
phosek added a subscriber: phosek.

LGTM

This revision is now accepted and ready to land.May 18 2022, 11:24 AM
This revision was automatically updated to reflect the committed changes.