Skip to content

Commit

Permalink
llvm_toolchain: ar and as files
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhartha Bagaria committed Oct 14, 2019
1 parent 8f2721a commit 2200d53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/scripts/run_tests.sh
Expand Up @@ -42,7 +42,7 @@ chmod a+x "${bazel}"

set -x
"${bazel}" version
"${bazel}" --migrate test \
"${bazel}" --migrate --bazelrc=/dev/null test \
--extra_toolchains="${toolchain_name}" \
--copt=-v \
--linkopt=-Wl,-t \
Expand Down
1 change: 0 additions & 1 deletion toolchain/BUILD.tpl
Expand Up @@ -192,7 +192,6 @@ filegroup(
filegroup(
name = "linker_components",
srcs = [
":ar",
":clang",
":ld",
":lib",
Expand Down
2 changes: 2 additions & 0 deletions toolchain/internal/configure.bzl
Expand Up @@ -128,6 +128,8 @@ def conditional_cc_toolchain(name, darwin, absolute_paths = False):
toolchain_config = toolchain_config,
all_files = name + "-all-files",
compiler_files = name + "-compiler-files",
ar_files = ":ar",
as_files = ":as",
dwp_files = ":empty",
linker_files = name + "-linker-files",
objcopy_files = ":objcopy",
Expand Down

0 comments on commit 2200d53

Please sign in to comment.