Open
Description
We are trying to use cgeist -S
to convert C/C++ source code to MLIR for further processing. However the generated MLIR output does not have any source line information. We tried -g
, --debugify-level=locations
and --debugify-level=location+variables
but that does not seem to add anything. Generated binaries with cgeist also does not seem to include any debug information.
Is it possible to get file and/or line number information of the C/C++ source to aid in debugging?
Metadata
Metadata
Assignees
Labels
No labels