Add DebugInfoGenerator class

This commit is contained in:
2025-09-30 20:31:00 +05:30
parent 63944c5f93
commit e80486975f
3 changed files with 94 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import ast
from llvmlite import ir
from enum import Enum
from .maps_utils import MapProcessorRegistry
from ..debuginfo import dwarf_constants as dc
from ..debuginfo import dwarf_constants as dc, DebugInfoGenerator
import logging
logger = logging.getLogger(__name__)