[PATCH] D34127: Make obj2yaml and yaml2obj support .debug$S and .debug$T sections

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 23:43:37 PDT 2017


chapuni added inline comments.


================
Comment at: llvm/trunk/tools/obj2yaml/coff2yaml.cpp:13
+#include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
+#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"
 #include "llvm/Object/COFF.h"
----------------
They introduce LLVMDebugInfoCodeView in libdeps.


================
Comment at: llvm/trunk/tools/yaml2obj/yaml2coff.cpp:21
+#include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
+#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"
 #include "llvm/Object/COFF.h"
----------------
ditto.


Repository:
  rL LLVM

https://reviews.llvm.org/D34127





More information about the llvm-commits mailing list