You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable C language in CMakeList to avoid error finding LLVM
With the absortion of
swiftlang/llvm-project@b663395
in stable/20220421, the LLVMConfig might try to execute C code if
Terminfo library is found in the system. However the project line of
XCTest does not enable the C language, and finding the package might
fail in that case.
This is not a problem in Swift CI because the CI machines does not seem
to have the Terminfo library (as reported in their logs during the
configuration of XCTest). This might only affect developers in their
local machines.
0 commit comments