Add one more dependency for lld.

This commit is contained in:
Dimitry Andric 2017-01-07 15:18:49 +00:00
parent 7fa59e6718
commit 1ae4f0f64b

View file

@ -664,6 +664,7 @@ SRCS_MIN+= Support/StringMap.cpp
SRCS_MIN+= Support/StringRef.cpp
SRCS_MIN+= Support/StringSaver.cpp
SRCS_EXT+= Support/SystemUtils.cpp
SRCS_LLD+= Support/TarWriter.cpp
SRCS_MIN+= Support/TargetParser.cpp
SRCS_MIN+= Support/TargetRegistry.cpp
SRCS_MIN+= Support/ThreadLocal.cpp