mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
Some more files in libllvm moved around. These only apply for WITH_CLANG_EXTRAS.
This commit is contained in:
parent
f37b6182a5
commit
b174acef4c
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue