Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.6.8")
register_toolchains("@llvm//toolchain:all")What's Changed
- Enable buildifier on CI by @keith in #395
- Pass -fno-addrsig to crt objects by @keith in #399
- Fix examples by @thii in #400
- Add -framework Foundation by default on macOS by @keith in #397
- Repalce osx.framework with osx.frameworks, since there are usually multiple passed by @keith in #396
- Automatically add usr/lib/*.tbd on macOS by @keith in #398
- Fix issue with readonly remote exec file by @keith in #404
- Allow specifying the URL of the osx SDK by @cerisier in #406
New Contributors
Full Changelog: v0.6.7...v0.6.8