Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.6.2")
register_toolchains("@llvm//toolchain:all")What's Changed
- Allow running CI without BB secret by @dzbarsky in #345
- [llvm] Add NVPTX target by @cerisier in #347
- Bump LLVM prebuilts by @cerisier in #348
- Update bazel-lib by @fmeum in #354
- Drop tar.bzl dep by @dzbarsky in #352
- Add support for choosing llvm version by @cerisier in #350
- Add users to README by @dzbarsky in #356
- [linux] only expose whitelist list of kernel archs by @cerisier in #359
- Upgrade toolchain default prebuilts to LLVM 22.1.0 by @cerisier in #358
- Add libomp support by @dzbarsky in #355
- Give proper llvm tool names by @dzbarsky in #363
- Automatically set --config in e2e directories by @keith in #366
- Fix rules_python visibility error by stubbing lit_test.bzl, try 2 by @dzbarsky in #368
- [osx] Fix
cupsexclusion rule by @ArchangelX360 in #371 - Add macOS intel to the list of prebuilts by @cerisier in #374
- Bump pkgutil for macOS intel support by @cerisier in #375
- Add support for macOS intel exec by @cerisier in #376
New Contributors
- @keith made their first contribution in #366
- @ArchangelX360 made their first contribution in #371
Full Changelog: v0.6.1...v0.6.2