[PATCH] D31059: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 15:24:16 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/NativeExeSymbol.cpp:23
+ File(Session.getPDBFile()) {
+ auto &File = Session.getPDBFile();
+}
----------------
Can remove this line.
https://reviews.llvm.org/D31059
More information about the llvm-commits
mailing list