[PATCH] D49670: dwarfgen: Add support for generating the debug_str_offsets section

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 24 07:24:19 PDT 2018


clayborg added inline comments.


================
Comment at: lib/CodeGen/AsmPrinter/DwarfStringPool.cpp:17
 #include "llvm/MC/MCStreamer.h"
+#include "llvm/MC/MCSymbol.h"
 #include <cassert>
----------------
Do we even need this include? We just pass the pointer on into another call so this is probably not needed.


Repository:
  rL LLVM

https://reviews.llvm.org/D49670





More information about the llvm-commits mailing list