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

Build library/profiler_builtins from ci-llvm if appropriate #129295

Merged
merged 2 commits into from
Aug 25, 2024

Commits on Aug 23, 2024

  1. Check that library/profiler_builtins actually found some source files

    The current `build.rs` will automatically skip source files that don't exist.
    An unfortunate side-effect is that if _no_ files could be found (e.g. because
    the directory was wrong), the build fails with a mysterious linker error.
    
    We can reduce the awkwardness of this by explicitly checking that at least one
    source file was found.
    Zalathar committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    585804f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    94aadf0 View commit details
    Browse the repository at this point in the history