This is an archive of the discontinued LLVM Phabricator instance.

[clang][tests] Specify unwindlib in aix-ld tests
ClosedPublic

Authored by tbaeder on Jun 25 2021, 12:34 AM.

Details

Summary

Clang can be configured with a different default unwindlib, for example
gcc. In that case, -lunwind will not be present in the output.

Fix this by explicitly specifying libunwind as the unwindlib.

Diff Detail

Event Timeline

tbaeder requested review of this revision.Jun 25 2021, 12:34 AM
tbaeder created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 25 2021, 12:34 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
lkail added reviewers: xingxue, hubert.reinterpretcast, Restricted Project.Jun 25 2021, 12:35 AM
This revision is now accepted and ready to land.Jun 25 2021, 5:03 PM
This revision was automatically updated to reflect the committed changes.