[PATCH] D34542: Introduce symbol cache to PDB NativeSession

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 15:03:47 PDT 2017


zturner accepted this revision.
zturner added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp:12-14
+#include <algorithm>
+#include <memory>
+#include <utility>
----------------
I think these are supposed to go below the llvm includes based on the style guide.


https://reviews.llvm.org/D34542





More information about the llvm-commits mailing list