summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-03-13 18:55:04 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-03-13 18:55:04 +0000
commita55ddad1340852fdd004c5d1eda0eef6668c54ef (patch)
tree6f279fab35208e76a81cbbb8caa0540300ea6b50 /clang/lib/CodeGen/CodeGenModule.cpp
parentdc4bea46763b5a8b7656baa24034edc9941a0aed (diff)
downloadbcm5719-llvm-a55ddad1340852fdd004c5d1eda0eef6668c54ef.tar.gz
bcm5719-llvm-a55ddad1340852fdd004c5d1eda0eef6668c54ef.zip
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud