svn commit: r317807 - projects/clang500-import/lib/clang/libllvm
Dimitry Andric
dim at FreeBSD.org
Thu May 4 21:04:39 UTC 2017
Author: dim
Date: Thu May 4 21:04:38 2017
New Revision: 317807
URL: https://svnweb.freebsd.org/changeset/base/317807
Log:
Some more files in libllvm moved around. These only apply for WITH_CLANG_EXTRAS.
Modified:
projects/clang500-import/lib/clang/libllvm/Makefile
Modified: projects/clang500-import/lib/clang/libllvm/Makefile
==============================================================================
--- projects/clang500-import/lib/clang/libllvm/Makefile Thu May 4 20:42:31 2017 (r317806)
+++ projects/clang500-import/lib/clang/libllvm/Makefile Thu May 4 21:04:38 2017 (r317807)
@@ -324,6 +324,7 @@ SRCS_EXT+= DebugInfo/CodeView/ModuleDebu
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
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.
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
More information about the svn-src-projects
mailing list