Lines Matching refs:arch
26 "_x86_constraint": "//build/bazel_common_rules/platforms/arch:x86",
27 "_x86_64_constraint": "//build/bazel_common_rules/platforms/arch:x86_64",
28 "_arm_constraint": "//build/bazel_common_rules/platforms/arch:arm",
29 "_arm64_constraint": "//build/bazel_common_rules/platforms/arch:arm64",
30 "_secondary_x86_constraint": "//build/bazel_common_rules/platforms/arch:secondary_x86",
31 "_secondary_x86_64_constraint": "//build/bazel_common_rules/platforms/arch:secondary_x86_64",
32 "_secondary_arm_constraint": "//build/bazel_common_rules/platforms/arch:secondary_arm",
33 "_secondary_arm64_constraint": "//build/bazel_common_rules/platforms/arch:secondary_arm64",
125 fail("Unable to determine target arch")
131 If the secondary arch is the same as the primary arch, an empty string will be returned.
132 This is supposed to indicate that no secondary arch exists. The main motivation for this
136 introduce more problems, so instead the secondary arch copies the primary arch if it
151 fail("Unable to determine target secondary arch")