add debug module

This commit is contained in:
2025-09-30 20:18:26 +05:30
parent af004cb864
commit 6afcffb4ed
5 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1,6 @@
import llvmlite.ir as ir
class DwarfBehaviorEnum:
ERROR_IF_MISMATCH = ir.Constant(ir.IntType(32), 1)
WARNING_IF_MISMATCH = ir.Constant(ir.IntType(32), 2)
OVERRIDE_USE_LARGEST = ir.Constant(ir.IntType(32), 7)