[all-commits] [llvm/llvm-project] 81d541: Simplify setting up LLVM as bazel external repo
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Aug 19 00:37:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81d5412439efd0860c0a8dd51b831204f118d485
https://github.com/llvm/llvm-project/commit/81d5412439efd0860c0a8dd51b831204f118d485
Author: Christian Sigg <csigg at google.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M utils/bazel/WORKSPACE
M utils/bazel/configure.bzl
M utils/bazel/examples/submodule/WORKSPACE
M utils/bazel/terminfo.bzl
M utils/bazel/zlib.bzl
Log Message:
-----------
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
More information about the All-commits
mailing list