<div dir="ltr">ObjectYAML already has a dep on LLVMDebugInfoCodeView so it shouldn't be a problem I think.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 13, 2017 at 11:43 PM NAKAMURA Takumi via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">chapuni added inline comments.<br>
<br>
<br>
================<br>
Comment at: llvm/trunk/tools/obj2yaml/coff2yaml.cpp:13<br>
+#include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"<br>
+#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"<br>
 #include "llvm/Object/COFF.h"<br>
----------------<br>
They introduce LLVMDebugInfoCodeView in libdeps.<br>
<br>
<br>
================<br>
Comment at: llvm/trunk/tools/yaml2obj/yaml2coff.cpp:21<br>
+#include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"<br>
+#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"<br>
 #include "llvm/Object/COFF.h"<br>
----------------<br>
ditto.<br>
<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="https://reviews.llvm.org/D34127" rel="noreferrer" target="_blank">https://reviews.llvm.org/D34127</a><br>
<br>
<br>
<br>
</blockquote></div>