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

Allow using external builds of the compiler-rt profile lib #114069

Merged
merged 2 commits into from
Aug 13, 2023

Commits on Jul 25, 2023

  1. Allow using external builds of the compiler-rt profile lib

    This changes the bootstrap config `target.*.profiler` from a plain bool
    to also allow a string, which will be used as a path to the pre-built
    profiling runtime for that target. Then `profiler_builtins/build.rs`
    reads that in a `LLVM_PROFILER_RT_LIB` environment variable.
    cuviper committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d0b58f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Fix spacing in target.*.profiler docs

    Co-authored-by: Joe ST <[email protected]>
    cuviper and fbstj committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6e05f59 View commit details
    Browse the repository at this point in the history