Some more files in libllvm moved around. These only apply for WITH_CLANG_EXTRAS.

This commit is contained in:
Dimitry Andric 2017-05-04 21:04:38 +00:00
parent f37b6182a5
commit b174acef4c

View file

@ -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