[Lldb-commits] [lldb] Add support for reading the dynamic symbol table from PT_DYNAMIC (PR #116689)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 18 23:22:46 PST 2024
labath wrote:
> Any ideas on why this flag doesn't work on that linux system?
My guess would be that's because that buildbot was not configured to build lld, and the test happened to pick up the ambient (old) version on the system. Setting `REQUIRES: lld` on the test should ensure that the test is skipped on bots like that. You should add that even if you stick with the llvm-strip solution, as otherwise the test could fail on bots that don't have any lld version on the system.
https://github.com/llvm/llvm-project/pull/116689
More information about the lldb-commits
mailing list