Update bazel examples.Use the simplified repo rules from https://github.com/llvm/llvm-project/commit/934f084.Reviewed By: GMNGeoffreyDifferential Revision: https://reviews.llvm.org/D108237
Simplify setting up LLVM as bazel external repoOnly require one intermediate repository instead of two.Fewer parameters in llvm_config.Second attempt of https://reviews.llvm.org/D107714, this ti
Simplify setting up LLVM as bazel external repoOnly 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: GMNGeoffreyDifferential Revision: https://reviews.llvm.org/D108274
show more ...
Revert "Simplify setting up LLVM as bazel external repo"This breaks the rules for creating repository dependencies when invokedfrom another workspace. See comment on https://reviews.llvm.org/D1077
Revert "Simplify setting up LLVM as bazel external repo"This breaks the rules for creating repository dependencies when invokedfrom another workspace. See comment on https://reviews.llvm.org/D107714This reverts commit 934f084ad42231d225bd0eee3342f4b5f7e1ce6e.Differential Revision: https://reviews.llvm.org/D108245
Simplify setting up LLVM as bazel external repoOnly require one intermediate repository instead of two.Fewer parameters in llvm_config.Remove bazel_skylib dependency.Reviewed By: goncharovDif
Simplify setting up LLVM as bazel external repoOnly require one intermediate repository instead of two.Fewer parameters in llvm_config.Remove bazel_skylib dependency.Reviewed By: goncharovDifferential Revision: https://reviews.llvm.org/D107714
[Bazel] Use bazel_skylib paths for paths mungingWe do a lot of path munging and bazel_sklyib is a pretty reasonable dep.Reviewed By: jpienaarDifferential Revision: https://reviews.llvm.org/D106
[Bazel] Use bazel_skylib paths for paths mungingWe do a lot of path munging and bazel_sklyib is a pretty reasonable dep.Reviewed By: jpienaarDifferential Revision: https://reviews.llvm.org/D106175
[Bazel] add missing load to submodule exampleI missed this in https://reviews.llvm.org/D105245Reviewed By: chandlercDifferential Revision: https://reviews.llvm.org/D105252
[Bazel] Update README with examplesReviewed By: chandlercDifferential Revision: https://reviews.llvm.org/D105245