svn commit: r319166 - projects/clang500-import/lib/clang/libllvm

Dimitry Andric dim at FreeBSD.org
Mon May 29 22:25:57 UTC 2017


Author: dim
Date: Mon May 29 22:25:56 2017
New Revision: 319166
URL: https://svnweb.freebsd.org/changeset/base/319166

Log:
  Add one more file to libllvm.

Modified:
  projects/clang500-import/lib/clang/libllvm/Makefile

Modified: projects/clang500-import/lib/clang/libllvm/Makefile
==============================================================================
--- projects/clang500-import/lib/clang/libllvm/Makefile	Mon May 29 22:25:33 2017	(r319165)
+++ projects/clang500-import/lib/clang/libllvm/Makefile	Mon May 29 22:25:56 2017	(r319166)
@@ -347,7 +347,7 @@ SRCS_MIN+=	DebugInfo/CodeView/TypeDataba
 SRCS_MIN+=	DebugInfo/CodeView/TypeDatabaseVisitor.cpp
 SRCS_MIN+=	DebugInfo/CodeView/TypeDumpVisitor.cpp
 SRCS_MIN+=	DebugInfo/CodeView/TypeIndex.cpp
-#SRCS_MIN+=	DebugInfo/CodeView/TypeIndexDiscovery.cpp
+SRCS_MIN+=	DebugInfo/CodeView/TypeIndexDiscovery.cpp
 SRCS_MIN+=	DebugInfo/CodeView/TypeRecordMapping.cpp
 SRCS_MIN+=	DebugInfo/CodeView/TypeSerializer.cpp
 SRCS_MIN+=	DebugInfo/CodeView/TypeStreamMerger.cpp


More information about the svn-src-projects mailing list