Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MCNullStreamer: assign file IDs to resolve crashes and errors | Alp Toker | 2014-06-19 | 1 | -0/+1 |
| | | | | | | | | | | Use the MCStreamer base implementations for file ID tracking instead of overriding them as no-ops. Avoids assertions when streaming Dwarf debug info, and fixes ASM parsing of loc and file directives. llvm-svn: 211282 | ||||
* | llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these | Daniel Dunbar | 2009-08-11 | 1 | -0/+5 |
yet (I'm not even sure what they do). llvm-svn: 78639 |