summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-04 21:04:38 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-04 21:04:38 +0000
commitb174acef4c70b02f6aa0e35da395590bf7a6dcff (patch)
treea910ea7da8a13ef6961dc50a8db06174e2c71aaa
parentf37b6182a53bce53d408a0170f5d73418b9e1098 (diff)
Notes
-rw-r--r--lib/clang/libllvm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile
index ea7e6caae561..df43b0a1d6d1 100644
--- a/lib/clang/libllvm/Makefile
+++ b/lib/clang/libllvm/Makefile
@@ -324,6 +324,7 @@ SRCS_EXT+= DebugInfo/CodeView/ModuleDebugFragmentVisitor.cpp
SRCS_EXT+= DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.cpp
SRCS_EXT+= DebugInfo/CodeView/ModuleDebugLineFragment.cpp
SRCS_MIN+= DebugInfo/CodeView/RecordSerialization.cpp
+SRCS_EXT+= DebugInfo/CodeView/StringTable.cpp
SRCS_MIN+= DebugInfo/CodeView/SymbolDumper.cpp
SRCS_MIN+= DebugInfo/CodeView/SymbolRecordMapping.cpp
SRCS_EXT+= DebugInfo/CodeView/SymbolSerializer.cpp
@@ -353,6 +354,7 @@ SRCS_MIW+= DebugInfo/DWARF/DWARFGdbIndex.cpp
SRCS_MIW+= DebugInfo/DWARF/DWARFTypeUnit.cpp
SRCS_MIW+= DebugInfo/DWARF/DWARFUnit.cpp
SRCS_MIW+= DebugInfo/DWARF/DWARFUnitIndex.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFVerifier.cpp
SRCS_MIW+= DebugInfo/DWARF/SyntaxHighlighting.cpp
SRCS_MIN+= DebugInfo/MSF/MSFBuilder.cpp
SRCS_MIN+= DebugInfo/MSF/MSFCommon.cpp
@@ -382,8 +384,8 @@ SRCS_EXT+= DebugInfo/PDB/Native/PDBFile.cpp
SRCS_EXT+= DebugInfo/PDB/Native/PDBFileBuilder.cpp
SRCS_EXT+= DebugInfo/PDB/Native/PublicsStream.cpp
SRCS_EXT+= DebugInfo/PDB/Native/RawError.cpp
-SRCS_EXT+= DebugInfo/PDB/Native/StringTable.cpp
-SRCS_EXT+= DebugInfo/PDB/Native/StringTableBuilder.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/PDBStringTable.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
SRCS_EXT+= DebugInfo/PDB/Native/SymbolStream.cpp
SRCS_EXT+= DebugInfo/PDB/Native/TpiHashing.cpp
SRCS_EXT+= DebugInfo/PDB/Native/TpiStream.cpp