zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

document libedit as build dependency (by llvm) or remove it or/and how it can be disabled (with consequences)

Open matu3ba opened this issue 3 years ago • 4 comments

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.

matu3ba avatar Sep 15 '22 18:09 matu3ba

it should be disabled

andrewrk avatar Sep 15 '22 19:09 andrewrk

Solution:

  • https://github.com/llvm/llvm-project/issues/57573#issuecomment-1238033268

kassane avatar Oct 02 '22 13:10 kassane

See https://github.com/ziglang/zig-bootstrap/blob/a836b63c1ae8e734a0f94cc4031610adfb4bedf7/build#L150

LinuxUserGD avatar Feb 25 '23 16:02 LinuxUserGD

@LinuxUserGD True, but its not disabled on the first LLVM build.

matu3ba avatar Feb 25 '23 21:02 matu3ba