[llvm] [BOLT] Fix debug line emission for functions in multiple compilation units (PR #151230)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 8 11:57:11 PDT 2025
================
@@ -10,8 +10,7 @@
import lit.util
from lit.llvm import llvm_config
-from lit.llvm.subst import ToolSubst
-from lit.llvm.subst import FindTool
+from lit.llvm.subst import FindTool, ToolSubst
----------------
ayermolo wrote:
nit if you want to clean it up move to different pr.
https://github.com/llvm/llvm-project/pull/151230
More information about the llvm-commits
mailing list