[llvm] [BOLT] Fix debug line emission for functions in multiple compilation units (PR #151230)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 30 01:25:09 PDT 2025


================
@@ -0,0 +1,105 @@
+#!/bin/sh
----------------
paschalis-mpeis wrote:

Could place this script in `bolt/test` directory (parent one), and link it in `lit.cfg.py` as a tool, similarly with how `link_fdata` is done.

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


More information about the llvm-commits mailing list