libllvm: promote WithColor and xxhash to SRCS_MIN
The armv6 build failed in CI due to missing symbols (from these two source files) in the bootstrap Clang. This affected only armv6 because other Clang-using archs are using LLD as the bootstrap linker, and thus include SRCS_MIW via LLD_BOOTSTRAP. Reported by: CI, via lwhsu Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3846e5755f
commit
80a8c751ea
@ -866,7 +866,7 @@ SRCS_MIN+= Support/UnicodeCaseFold.cpp
|
||||
SRCS_MIN+= Support/Valgrind.cpp
|
||||
SRCS_MIN+= Support/VirtualFileSystem.cpp
|
||||
SRCS_MIN+= Support/VersionTuple.cpp
|
||||
SRCS_MIW+= Support/WithColor.cpp
|
||||
SRCS_MIN+= Support/WithColor.cpp
|
||||
SRCS_MIN+= Support/YAMLParser.cpp
|
||||
SRCS_MIN+= Support/YAMLTraits.cpp
|
||||
SRCS_MIN+= Support/circular_raw_ostream.cpp
|
||||
@ -877,7 +877,7 @@ SRCS_MIN+= Support/regerror.c
|
||||
SRCS_MIN+= Support/regexec.c
|
||||
SRCS_MIN+= Support/regfree.c
|
||||
SRCS_MIN+= Support/regstrlcpy.c
|
||||
SRCS_MIW+= Support/xxhash.cpp
|
||||
SRCS_MIN+= Support/xxhash.cpp
|
||||
SRCS_MIN+= TableGen/Error.cpp
|
||||
SRCS_MIN+= TableGen/JSONBackend.cpp
|
||||
SRCS_MIN+= TableGen/Main.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user