aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-12-16 19:20:35 +0000
committerZachary Turner <zturner@google.com>2016-12-16 19:20:35 +0000
commita4e7dfbc16e6e9c786f01a325a3663e8028b4cc0 (patch)
treea579cb615b50f1202e5aa91a951578bc47f867a4 /llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp
parent8662305bae83768a73057cd9f9e3b93df8c3a037 (diff)
downloadllvm-a4e7dfbc16e6e9c786f01a325a3663e8028b4cc0.zip
llvm-a4e7dfbc16e6e9c786f01a325a3663e8028b4cc0.tar.gz
llvm-a4e7dfbc16e6e9c786f01a325a3663e8028b4cc0.tar.bz2
[CodeView] Hook CodeViewRecordIO for reading/writing symbols.
This is the 3rd of 3 patches to get reading and writing of CodeView symbol and type records to use a single codepath. Differential Revision: https://reviews.llvm.org/D26427 llvm-svn: 289978
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp')
-rw-r--r--llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp b/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp
new file mode 100644
index 0000000..323838a
--- /dev/null
+++ b/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp
@@ -0,0 +1 @@
+#include "llvm/DebugInfo/CodeView/SymbolSerializer.h" \ No newline at end of file