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 ...
[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