[all-commits] [llvm/llvm-project] 3255db: [clang][tests] Specify unwindlib in aix-ld tests
Timm Bäder via All-commits
all-commits at lists.llvm.org
Sat Jun 26 04:29:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3255db4919f1b06736f391a0ae670f273c0ba09e
https://github.com/llvm/llvm-project/commit/3255db4919f1b06736f391a0ae670f273c0ba09e
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2021-06-26 (Sat, 26 Jun 2021)
Changed paths:
M clang/test/Driver/aix-ld.c
Log Message:
-----------
[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
More information about the All-commits
mailing list