[Lldb-commits] [lldb] [lldb][test] Use tools from llvm instead of compiler tools (PR #109961)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 25 04:52:49 PDT 2024
================
@@ -161,6 +165,11 @@ def getToolchainUtil(util_name):
}
utils = []
+ # Required by API TestBSDArchives.py tests.
+ # TODO don't forget to fix the test's Makefile when porting to mainline
----------------
DavidSpickett wrote:
TODO left in
https://github.com/llvm/llvm-project/pull/109961
More information about the lldb-commits
mailing list