zig-bootstrap
zig-bootstrap copied to clipboard
document libedit as build dependency (by llvm) or remove it or/and how it can be disabled (with consequences)
See in LLVM repo ./cmake/Modules/FindLibEdit.cmake for why its a build dependency.
Can be disabled with -DLLVM_ENABLE_LIBEDIT=off, but I am unsure if there are bad implications for the intended use cases.
it should be disabled
Solution:
- https://github.com/llvm/llvm-project/issues/57573#issuecomment-1238033268
See https://github.com/ziglang/zig-bootstrap/blob/a836b63c1ae8e734a0f94cc4031610adfb4bedf7/build#L150
@LinuxUserGD True, but its not disabled on the first LLVM build.