Displaying 1 result from an estimated 1 matches for "829c7816".
Did you mean:
297816
2015 May 29
2
[LLVMdev] Questions about DWARF handling (esp. re: file and line data)
Dear LLVM devs,
I'm just working on the LLVM assembler's handling of .file and .line
directives. I've noticed some strange things and am wondering if there is a
reason the code works the way it does.
1. MCContext keeps a map of number -> MCDwarfLineTable called
MCDwarfLineTablesCUMap. However, as far as I can see, the only compilation
unit number which is *ever* used is zero! If