Alex Rønne Petersen
Alex Rønne Petersen
Haven't looked closely at this yet, but my suspicion would be that this is fixed by https://github.com/llvm/llvm-project/pull/109124.
Seems like https://github.com/llvm/llvm-project/pull/118015 might resolve this.
I've merged https://github.com/ziglang/zig-bootstrap/pull/207 so the fix for this will be included in Zig 0.14.1. For master, it'll be fixed with #22780. Thanks @Patryk27!
Those PRs also seem to be nonsensical in the first place?
I decided to take #21755 because it was a simpler and more obvious fix that immediately resolves the confusion. I think the docs for these builtins could do with a...
``` -- Check for working C compiler: /home/alexrp/Source/zig-bootstrap/out/host/bin/zig -- Check for working C compiler: /home/alexrp/Source/zig-bootstrap/out/host/bin/zig - broken CMake Error at /usr/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "/home/alexrp/Source/zig-bootstrap/out/host/bin/zig" is not able to...
We also need https://github.com/llvm/llvm-project/issues/105918 to be able to assemble glibc's start code.
* https://github.com/llvm/llvm-project/pull/107032 * https://github.com/llvm/llvm-project/pull/107038
https://github.com/ziglang/zig/pull/21313