Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.7.8")
register_toolchains("@llvm//toolchain:all")What's Changed
- Document how to make cgo work by @dzbarsky in #529
- Fix readme typo by @dzbarsky in #530
- feat: add Linux s390x (IBM Z) target platform support by @vamsikrishna-siddu in #511
- glibc: more correct variant include overrides by @cerisier in #532
- Add JetBrains to README.md
Users's section by @ArchangelX360 in #535 - Add qemu smoke tests for non mainstream cross compilation by @cerisier in #533
- Introduce a dedicated constraint for linux kernel version by @cerisier in #536
New Contributors
- @vamsikrishna-siddu made their first contribution in #511
Full Changelog: v0.7.7...v0.7.8