From bbd32193a0463b1c7383443a45b774a2fe4d3430 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 29 Dec 2017 00:21:50 +0000 Subject: [PATCH] Add one more file to libllvm's SRCS_MIN, since this one is required for MK_SHARED_TOOLCHAIN=yes. --- lib/clang/libllvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile index 4168179b34e..f3a7ba93215 100644 --- a/lib/clang/libllvm/Makefile +++ b/lib/clang/libllvm/Makefile @@ -646,7 +646,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+= Object/WindowsResource.cpp SRCS_MIN+= ObjectYAML/COFFYAML.cpp SRCS_EXT+= ObjectYAML/CodeViewYAMLDebugSections.cpp SRCS_EXT+= ObjectYAML/CodeViewYAMLSymbols.cpp