toolchains_llvm icon indicating copy to clipboard operation
toolchains_llvm copied to clipboard

LLVM toolchain for bazel

Results 48 toolchains_llvm issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

Hi there, thank you for your great work to make the llvm toolchain hermetic available in bazel, this helps alot! Especially the bazel module integration is really helpful. It is...

It may sometimes be desired not to use `libunwind`. Added a `bool_flag` that allows the user to disable linking against the `libunwind` library. To disable linking against libunwind use the...

We are using toolchain_llvm to try and bring reproducibility for C/C++ compilation however we've hit some oddities across two developer laptops. I'm struggling to find the cause of the delta....

as title, in such a scene, wouldn't meet https://github.com/bazelbuild/bazel/issues/7746??, if dn't use a wrapper script, we can see which compiler used directly

as title, hope most attr can support empty key like toolchain_roots attr

When updating to version 1.0.0 for [github.com/helly25/mbo #23](https://github.com/helly25/mbo/commit/216c604d568fac3804839bf6ce089d732f38ff87), then I get issues on Ubuntu. Details: * #229: PASS * #286: PASS * #290 * MacOS: PASS * MacOS: `--linkopt=-fuse-ld=lld` FAIL:...

I wonder if there is a way to use deb packages hosted on https://apt.llvm.org/ as binary source. While binary packages are provided by volunteers hand there is uneven support for...

This is a start on windows toolchain support (https://github.com/bazel-contrib/toolchains_llvm/issues/4). Enough is in place for the distribution to be downloaded, extracted, and tools made available through symlinks and a build file....

Include the OpenMP shared libraries that are needed if you compile with `-fopenmp` or OpenMP target offload enabled.