aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/libllvm
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-27 11:25:21 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-27 11:25:21 +0000
commit2a1b82cf19128188fa1a3553df5b75edc20d0127 (patch)
tree6ee8f958508a59bfd041589b900812d325b9e226 /lib/clang/libllvm
parentd02c951f8ec631d059ec7a8addb8a104cd160280 (diff)
Notes
Diffstat (limited to 'lib/clang/libllvm')
-rw-r--r--lib/clang/libllvm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile
index 106aca5cd184..7c9fab9c259b 100644
--- a/lib/clang/libllvm/Makefile
+++ b/lib/clang/libllvm/Makefile
@@ -329,6 +329,7 @@ SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp
SRCS_MIN+= DebugInfo/CodeView/CodeViewRecordIO.cpp
SRCS_EXT+= DebugInfo/CodeView/EnumTables.cpp
SRCS_MIN+= DebugInfo/CodeView/Formatters.cpp
+SRCS_EXT+= DebugInfo/CodeView/LazyRandomTypeCollection.cpp
SRCS_MIN+= DebugInfo/CodeView/Line.cpp
SRCS_EXT+= DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp
SRCS_EXT+= DebugInfo/CodeView/ModuleDebugFragment.cpp
@@ -616,6 +617,7 @@ SRCS_MIN+= Object/RecordStreamer.cpp
SRCS_MIW+= Object/SymbolSize.cpp
SRCS_MIN+= Object/SymbolicFile.cpp
SRCS_MIN+= Object/WasmObjectFile.cpp
+SRCS_MIW+= Object/WindowsResource.cpp
SRCS_MIN+= ObjectYAML/COFFYAML.cpp
SRCS_MIN+= ObjectYAML/DWARFYAML.cpp
SRCS_MIN+= ObjectYAML/ELFYAML.cpp