MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use...
MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use of MCContext's allocator. There aren't /that/ many files, and we are already using various maps and other standard containers that don't use MCContext's allocator to store these values, so this doesn't seem to be critical and simplifies the design (I'll be moving construction out of MCContext shortly so it'd be annoying to have to pass the allocator around to allocate these things... and we'll have non-MCContext users (debug_line.dwo) shortly) llvm-svn: 203831
Loading
Please register or sign in to comment