Simplify setting up LLVM as bazel external repo
authorChristian Sigg <csigg@google.com>
Wed, 18 Aug 2021 07:14:42 +0000 (09:14 +0200)
committerChristian Sigg <csigg@google.com>
Thu, 19 Aug 2021 07:37:26 +0000 (09:37 +0200)
commit81d5412439efd0860c0a8dd51b831204f118d485
tree25b224a2d84c20a90fa045c79303c7ee7ffe9be8
parent96fbd5cd5e442bd01172d0d4491a2ef19876621f
Simplify setting up LLVM as bazel external repo

Only require one intermediate repository instead of two.
Fewer parameters in llvm_config.

Second attempt of https://reviews.llvm.org/D107714, this time also updating `third_party_build` and `deps_impl` paths.

Reviewed By: GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D108274
utils/bazel/WORKSPACE
utils/bazel/configure.bzl
utils/bazel/examples/submodule/WORKSPACE
utils/bazel/terminfo.bzl
utils/bazel/zlib.bzl