aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index e8ac2bd35..33c97d2d9 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -215,11 +215,11 @@ cc_import(
static_library = select(_LIBCLANG_RT_PREBUILT_MAP),
)
-alias(
- name = "llvm-ar",
- actual = DEFAULT_VERSION + "/bin/llvm-ar",
+[alias(
+ name = "llvm-%s" % tool,
+ actual = DEFAULT_VERSION + "/bin/llvm-%s" % tool,
visibility = ["//visibility:public"],
-)
+) for tool in ["ar", "readelf", "objcopy", "strip"]]
# Test tools used by Bazel tests.
filegroup(