[PATCH] [dwarfdump] Implement extraction of file information referenced in .debug_info.

Frederic Riss friss at apple.com
Mon Sep 22 04:48:27 PDT 2014


================
Comment at: lib/DebugInfo/DWARFDebugInfoEntry.cpp:99
@@ +98,3 @@
+           DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) {
+      File = '"' + std::move(File) + '"';
+      Name = File.c_str();
----------------
samsonov wrote:
> std::move looks confusing here.
This was actually Dave's suggestion. I've backed it out from the patch I'm committing.

http://reviews.llvm.org/D5192






More information about the llvm-commits mailing list