aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-29 22:25:56 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-29 22:25:56 +0000
commit062306597024eab4243f27cf8897e4e4d88a5892 (patch)
treedf9090e81f07e57fc362d35db26bea6fd5dfc3e9 /lib
parenta773cead9f95e0f76bfa8c2228b6ab28a25e8fa1 (diff)
Add one more file to libllvm.
Notes
svn path=/projects/clang500-import/; revision=319166
Diffstat (limited to 'lib')
-rw-r--r--lib/clang/libllvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile
index 74e96c9ce58b..028458907136 100644
--- a/lib/clang/libllvm/Makefile
+++ b/lib/clang/libllvm/Makefile
@@ -347,7 +347,7 @@ SRCS_MIN+= DebugInfo/CodeView/TypeDatabase.cpp
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