Add one more file to libllvm's SRCS_MIN, since this one is required for

MK_SHARED_TOOLCHAIN=yes.
This commit is contained in:
Dimitry Andric 2017-12-29 00:21:50 +00:00
parent bba3cdafbb
commit bbd32193a0

View file

@ -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