[PATCH] D33180: Add functionality to cvtres to parse all entries in res file.
Eric Beckmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 18:20:15 PDT 2017
ecbeckmann added inline comments.
================
Comment at: llvm/lib/Support/BinaryStreamReader.cpp:14
#include "llvm/Support/BinaryStreamRef.h"
+#include "llvm/Support/MathExtras.h"
----------------
majnemer wrote:
> Why is this needed?
woops! Forgot to remove that.
https://reviews.llvm.org/D33180
More information about the llvm-commits
mailing list