This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Fix test usages of --rtlib= without --unwindlib=
ClosedPublic

Authored by abrachet on Aug 1 2023, 6:43 AM.

Details

Summary

These errors surfaced after D156363. The error
"--rtlib=libgcc requires --unwindlib=libgcc" happens only when
CLANG_DEFAULT_UNWINDLIB has been specified at build time.

Diff Detail

Event Timeline

abrachet created this revision.Aug 1 2023, 6:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2023, 6:43 AM
abrachet requested review of this revision.Aug 1 2023, 6:43 AM
MaskRay accepted this revision.Aug 1 2023, 8:06 AM

Thanks!

This revision is now accepted and ready to land.Aug 1 2023, 8:06 AM
This revision was landed with ongoing or failed builds.Aug 1 2023, 11:41 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2023, 11:41 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript