[PATCH] D52142: [DebugInfo] Fix build when std::vector::iterator is a pointer
Orivej Desh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 15 16:41:46 PDT 2018
orivej added a comment.
Without this, the error (abbreviated) is:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp: error: 'llvm::MapVector<>::const_iterator' (aka 'const std::pair<> *') is not a class, namespace, or enumeration
@hans, it would be useful to merge this into LLVM 7.
Repository:
rL LLVM
https://reviews.llvm.org/D52142
More information about the llvm-commits
mailing list