Open xanlpz opened 7 years ago
Triage: no idea what the status of this ticket is.
Visited during wg-debugging triage. The fStatement bool works as described above and msvc seems to unconditionally set it to true. I don't see any harm in matching behavior here, although it seems to be unused as Windows debuggers don't seem to care about this data at all. Triaging P-low just to be conformant.
Each entry in the line table FilenameSegments has a 'IsStatement' member. LLVM hardcodes this to 'false', while in MSVC they seem to basically be always 'true'. Changing the default, at the very least, is trivial, but we don't know what this does. None of the Google employees I have asked know (they have mentioned DWARF has something similar which is also unused though), so I'm trying to ask someone at Microsoft.
(cc @michaelwoerister)