[lld] r292665 - [pdb] Write the Named Stream mapping to Yaml and binary.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 14:42:10 PST 2017
Author: zturner
Date: Fri Jan 20 16:42:09 2017
New Revision: 292665
URL: http://llvm.org/viewvc/llvm-project?rev=292665&view=rev
Log:
[pdb] Write the Named Stream mapping to Yaml and binary.
Differential Revision: https://reviews.llvm.org/D28919
Modified:
lld/trunk/COFF/PDB.cpp
Modified: lld/trunk/COFF/PDB.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/PDB.cpp?rev=292665&r1=292664&r2=292665&view=diff
==============================================================================
--- lld/trunk/COFF/PDB.cpp (original)
+++ lld/trunk/COFF/PDB.cpp Fri Jan 20 16:42:09 2017
@@ -29,6 +29,7 @@
#include "llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h"
#include "llvm/DebugInfo/PDB/Raw/PDBFile.h"
#include "llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h"
+#include "llvm/DebugInfo/PDB/Raw/StringTableBuilder.h"
#include "llvm/DebugInfo/PDB/Raw/TpiStream.h"
#include "llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h"
#include "llvm/Object/COFF.h"
More information about the llvm-commits
mailing list