[Lldb-commits] [lldb] [lldb][test] Use tools from llvm instead of compiler tools (PR #109961)

Vladislav Dzhidzhoev via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 25 05:01:01 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
----------------
dzhidzhoev wrote:

Thanks!

https://github.com/llvm/llvm-project/pull/109961


More information about the lldb-commits mailing list