Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2017 21:04:38 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r317807 - projects/clang500-import/lib/clang/libllvm
Message-ID:  <201705042104.v44L4cNn064517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705042104.v44L4cNn064517>