[PATCH] D49670: dwarfgen: Add support for generating the debug_str_offsets section
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 24 07:30:28 PDT 2018
labath marked an inline comment as done.
labath added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/DwarfStringPool.cpp:17
#include "llvm/MC/MCStreamer.h"
+#include "llvm/MC/MCSymbol.h"
#include <cassert>
----------------
clayborg wrote:
> Do we even need this include? We just pass the pointer on into another call so this is probably not needed.
Good point. I've gotten a bit over-zealous with IWYU here. I'll remove it.
Repository:
rL LLVM
https://reviews.llvm.org/D49670
More information about the llvm-commits
mailing list