We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See in LLVM repo ./cmake/Modules/FindLibEdit.cmake for why its a build dependency.
./cmake/Modules/FindLibEdit.cmake
Can be disabled with -DLLVM_ENABLE_LIBEDIT=off, but I am unsure if there are bad implications for the intended use cases.
-DLLVM_ENABLE_LIBEDIT=off
The text was updated successfully, but these errors were encountered:
it should be disabled
Sorry, something went wrong.
Solution:
See
zig-bootstrap/build
Line 150 in a836b63
@LinuxUserGD True, but its not disabled on the first LLVM build.
c2cc521
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: