[PATCH] D142484: [LinkerWrapper] Only import static libraries with needed symbols
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 25 07:28:10 PST 2023
jhuber6 added a comment.
In D142484#4079869 <https://reviews.llvm.org/D142484#4079869>, @Jake-Egan wrote:
> Hi, this new test fails on AIX. Could you take a look?
> https://lab.llvm.org/buildbot/#/builders/214/builds/5477/steps/6/logs/FAIL__Clang__linker-wrapper-libs_c
I'm actually not sure why the test it failing this way. The failure suggests that it's not extracting the members, but I have absolutely no clue what could be different on AIX versus all the other systems the tests pass on. Nothing in this logic should be target dependent, unless there's something weird with how we handle `llvm-ar` or similar.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142484/new/
https://reviews.llvm.org/D142484
More information about the cfe-commits
mailing list