[clang][tests] Specify unwindlib in aix-ld tests
authorTimm Bäder <tbaeder@redhat.com>
Fri, 25 Jun 2021 07:32:01 +0000 (09:32 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Sat, 26 Jun 2021 11:09:29 +0000 (13:09 +0200)
commit3255db4919f1b06736f391a0ae670f273c0ba09e
tree9bdcf1dc4c809c4b1e5412a8fef1b4d15554d750
parent779d2b0a427316e9f425b0854ed4465791a4d98c
[clang][tests] Specify unwindlib in aix-ld tests

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 Revision: https://reviews.llvm.org/D104899
clang/test/Driver/aix-ld.c