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
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
show more ...
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] Update README with examplesReviewed By: chandlercDifferential Revision: https://reviews.llvm.org/D105245