[llvm] [lldb] removes final `dexter.builder` import (PR #65653)

Christopher Di Bella via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 11:59:38 PDT 2023


https://github.com/cjdb updated https://github.com/llvm/llvm-project/pull/65653:

>From 9ce76092363c607a1103d67e94ff59f3ab17a3da Mon Sep 17 00:00:00 2001
From: Christopher Di Bella <cjdb at google.com>
Date: Thu, 7 Sep 2023 18:13:13 +0000
Subject: [PATCH] [cross-project-tests] removes final `dexter.builder` import

---
 .../debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py b/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
index 2902eeee3e11ccf..e6fdecb47eaae6c 100644
--- a/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
+++ b/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
@@ -12,7 +12,6 @@
 import re
 import pickle
 
-from dex.builder import run_external_build_script
 from dex.command.ParseCommand import get_command_infos
 from dex.debugger.Debuggers import run_debugger_subprocess
 from dex.debugger.DebuggerControllers.DefaultController import DefaultController



More information about the llvm-commits mailing list