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.
Differential D104899
[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 Fix this by explicitly specifying libunwind as the unwindlib.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 25 2021, 5:03 PM Closed by commit rG3255db4919f1: [clang][tests] Specify unwindlib in aix-ld tests (authored by tbaeder). · Explain WhyJun 26 2021, 4:28 AM This revision was automatically updated to reflect the committed changes.
Diff 354665 clang/test/Driver/aix-ld.c
|