[llvm] [llvm-profgen] Loading binary functions from .symtab when DWARF info is incomplete (PR #163654)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 15:31:50 PDT 2025
================
@@ -0,0 +1,40 @@
+; RUN: rm -rf %t
+; RUN: mkdir -p %t
+; RUN: cd %t
+
+; RUN: echo -e "1\n401120-40113b:1\n1\n40112f->401110:1" > %t.prof
+; RUN: cp %S/Inputs/missing-dwarf.exe %t/missing-dwarf.exe
----------------
HighW4y2H3ll wrote:
Hah, right.... I copied this from another test and forgot to clean it up. This copy is unnecessary. lol
https://github.com/llvm/llvm-project/pull/163654
More information about the llvm-commits
mailing list