Arthur Eubanks
4cca3de87e
[bazel][docs] Update build documentation
...
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D155004
2023-07-11 13:36:27 -07:00
Arthur Eubanks
b04d01c009
[bazel][docs] Mention how to provide path to compiler
...
And some other cleanups/clarifications.
Reviewed By: saugustine
Differential Revision: https://reviews.llvm.org/D132396
2022-08-22 10:13:47 -07:00
Arthur Eubanks
3f2f23cca9
[bazel] Remove --config=rbe
...
RBE is currently broken due to the RBE container being too old and not supporting C++17.
The bots have already stopped using --config=rbe.
Differential Revision: https://reviews.llvm.org/D131722
2022-08-12 11:45:02 -07:00
Geoffrey Martin-Noble
088fbc0cb4
[Bazel] Document continuous and pre-merge testing
2022-02-11 08:59:11 -08:00
Quinn Pham
c71fbdd87b
[NFC] Inclusive language: Remove instances of master in URLs
...
[NFC] This patch fixes URLs containing "master". Old URLs were either broken or
redirecting to the new URL.
Reviewed By: #libc, ldionne, mehdi_amini
Differential Revision: https://reviews.llvm.org/D113186
2021-11-05 08:48:41 -05:00
Shivam Gupta
c3f19804f3
[Bazel] Typo fix
...
Reviewed By: GMNGeoffrey
Differential Revision: https://reviews.llvm.org/D107142
2021-07-30 08:38:39 -07:00
Geoffrey Martin-Noble
9cc1ddd393
[Bazel] Update README with examples
...
Reviewed By: chandlerc
Differential Revision: https://reviews.llvm.org/D105245
2021-06-30 16:50:23 -07:00
Geoffrey Martin-Noble
4aeb2e60df
Introduce a Bazel build configuration
...
This patch introduces configuration for a Bazel BUILD in a side
directory in the monorepo.
This is following the approval of
https://github.com/llvm/llvm-www/blob/main/proposals/LP0002-BazelBuildConfiguration.md
As detailed in the README, the Bazel BUILD is not supported
by the community in general, and is maintained only by interested
parties. It follows the requirements of the LLVM peripheral tier:
https://llvm.org/docs/SupportPolicy.html#peripheral-tier .
This is largely copied from https://github.com/google/llvm-bazel ,
with a few filepath tweaks and the addition of the README.
Reviewed By: echristo, keith, dblaikie, kuhar
Differential Revision: https://reviews.llvm.org/D90352
2021-06-22 12:47:43 -07:00