[PATCH] D104899: [clang][tests] Specify unwindlib in aix-ld tests

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 25 00:34:55 PDT 2021


tbaeder created this revision.
tbaeder added a reviewer: tstellar.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104899

Files:
  clang/test/Driver/aix-ld.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104899.354442.patch
Type: text/x-patch
Size: 9193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210625/d8a5320c/attachment-0001.bin>


More information about the cfe-commits mailing list