Displaying 1 result from an estimated 1 matches for "1c7efaab".
2019 Jan 14
2
Metadata/DebugInfo in *.ll file
Hi list,
I found relevant documentation regarding DebugInfo creation in the LLVM IR
bytecode. It can be done for compileunits, functions, and other constructs,
with the help of DIBuilder class. However I can't save debug information
related to individual llvm::Instructions. I tried DebugLoc, DILocation
setting directly with setMetadata(). I tried other ways, for e.g.: