Open
Description
Extracted from llvm/tools/llvm-debuginfo-analyzer/README.txt
There is some code in the CodeView
reader that was extracted/adapted
from tools/llvm-readobj/COFFDumper.cpp
that can be moved to the COFF
library.
We had a similar case with code shared with llvm-pdbutil
that was moved
to the PDB
library: https://reviews.llvm.org/D122226
Activity
llvmbot commentedon Oct 16, 2023
@llvm/issue-subscribers-debuginfo
Author: Carlos Alberto Enciso (CarlosAlbertoEnciso)
There is some code in the
CodeView
reader that was extracted/adaptedfrom
tools/llvm-readobj/COFFDumper.cpp
that can be moved to theCOFF
library.
We had a similar case with code shared with
llvm-pdbutil
that was movedto the
PDB
library:https://reviews.llvm.org/D122226