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
returnNone, "ERROR: Multiple configurations found [{basenames}].".format(
950
+
returnNone, "ERROR: Multiple configurations found for version {llvm_version} on {os}/{dist_name}/{dist_version} with arch {arch}: [{basenames}].".format(
951
+
llvm_version=llvm_version,
952
+
os=host_info.os,
953
+
dist_name=host_info.dist.name,
954
+
dist_version=host_info.dist.version,
955
+
arch=host_info.arch,
951
956
basenames=", ".join(basenames),
952
957
)
953
958
ifnotbasenames:
954
-
returnNone, "ERROR: No version selected"
955
-
# TODO(helly25): Enable better error message:
956
-
#"ERROR: No matching config could be found for version {llvm_version} on {os}/{dist_name}/{dist_version} with arch {arch}.".format(
957
-
# llvm_version = llvm_version,
958
-
# os = host_info.os,
959
-
# dist_name = host_info.dist.name,
960
-
# dist_version = host_info.dist.version,
961
-
# arch = host_info.arch,
962
-
#)
959
+
returnNone, "ERROR: No matching config could be found for version {llvm_version} on {os}/{dist_name}/{dist_version} with arch {arch}.".format(
0 commit comments