[PATCH] D26879: Make a DwarfGen class that can generate DWARF for unittests and add units tests to test DWARF API.

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 17:27:40 PST 2016


clayborg added a comment.

Forgot to remove on #include that was left in AsmPrinter.h



================
Comment at: include/llvm/CodeGen/AsmPrinter.h:22
+#include "llvm/CodeGen/DwarfStringPoolEntry.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/IR/InlineAsm.h"
----------------
This doesn't need to be here. I will remove it in next patch.


https://reviews.llvm.org/D26879





More information about the llvm-commits mailing list