Skip to content
New issue

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

fetch submodule before checking llvm stamp #122632

Merged
merged 2 commits into from Apr 16, 2024

Commits on Mar 17, 2024

  1. fetch submodule before checking llvm stamp

    Previously, we were checking the LLVM stamp before fetching the submodule
    which leads to not being able to compile llvm on submodule updates.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b75e6b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. create Build::update_existing_submodule and use for llvm

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3683b11 View commit details
    Browse the repository at this point in the history