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
list (FIND LLVM_TARGETS_BUILT "${TARGET_NAME}" _index)
84
88
if (${_index}EQUAL -1)
85
89
# Save the error message, in case this is the last llvm-config we find
86
90
list(APPEND LLVM_CONFIG_ERROR_MESSAGES "LLVM (according to ${LLVM_CONFIG_EXE}) is missing target ${TARGET_NAME}. Zig requires LLVM to be built with all default targets enabled.")
0 commit comments