[PATCH] D16199: Use std::map::insert instead of emplace for libstdc++ 4.7

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 10:15:29 PST 2016


rnk created this revision.
rnk added a reviewer: majnemer.
rnk added a subscriber: llvm-commits.

Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebug

Soon it will be responsible for more than line tables.

http://reviews.llvm.org/D16199

Files:
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/AsmPrinter/CMakeLists.txt
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.h
  lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
  lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
  tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16199.44899.patch
Type: text/x-patch
Size: 6998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160114/4708e15d/attachment.bin>


More information about the llvm-commits mailing list