| Issue |
64790
|
| Summary |
arm64 host: apt install clang doesn't install the nightly toolchain
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
roxell
|
on arm64:
root@3cf1ebcf6277:/# apt install -t llvm-toolchain-bullseye clang
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
clang is already the newest version (1:11.0-51+nmu5).
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
on x86:
root@149a19ca001b:/# apt install -t llvm-toolchain-bullseye clang
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
clang is already the newest version (1:18.0-58exp120230727113808.19).
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Can this be a issue with the meta package?
I'm able to install the nighly toolchain if I specify clang-18 explicitly.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs