You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I specify the hash, i end up with the following error:
Error in download_and_extract: java.io.IOException: Error extracting /home/user/.cache/bazel/_bazel_gevalentino/85ee35e2f2022d11c5822a0c418173da/external/toolchains_llvm~~llvm~llvm_toolchain_llvm/temp8826659762722954971/LLVM-19.1.0-Linux-X64.tar.xz to /home/user/.cache/bazel/_bazel_gevalentino/85ee35e2f2022d11c5822a0c418173da/external/toolchains_llvm~~llvm~llvm_toolchain_llvm/temp8826659762722954971: Prefix "LLVM-19.1.0-Linux-X64" was given, but not found in the archive. Here are possible prefixes for this archive: "clang+llvm-18.1.7-x86_64-linux-gnu-ubuntu-18.04".
Not sure where that prefix comes from either. Not specifying the hash, the build succeeds. I'm just trying to set up a project to use llvm and clang as the toolchain.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Trying to use LLVM 19.1.0 release with the following scheme:
If I specify the hash, i end up with the following error:
Not sure where that prefix comes from either. Not specifying the hash, the build succeeds. I'm just trying to set up a project to use llvm and clang as the toolchain.
Beta Was this translation helpful? Give feedback.
All reactions