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
llvm is a monorepo, I just want to build llvm & clang.
add_urls("https://github.com/llvm/llvm-project.git", {includes = {"cmake", "clang", "llvm"})
$ git clone --filter=tree:0 --no-checkout https://github.com/llvm/llvm-project.git llvm $ cd llvm $ git sparse-checkout init --cone $ git sparse-checkout add llvm clang cmake $ git checkout fac46469977da9c4e9c6eeaac21103c971190577
https://stackoverflow.com/questions/4114887/is-it-possible-to-do-a-sparse-checkout-without-checking-out-the-whole-repository
No response
The text was updated successfully, but these errors were encountered:
done #6072
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
llvm is a monorepo, I just want to build llvm & clang.
Describe the solution you'd like
https://stackoverflow.com/questions/4114887/is-it-possible-to-do-a-sparse-checkout-without-checking-out-the-whole-repository
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: