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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits