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-llvm.py: Fix PGO using LLVM as training data without '--full-toolchain' #254

Commits on Nov 15, 2023

  1. build-llvm.py: Fix PGO using LLVM as training data without '--full-to…

    …olchain'
    
    Without '--full-toolchain', we do not build clang-tblgen and llvm-tblgen
    as part of the distribution in the instrumented build. As a result,
    building LLVM as PGO training data errors out. Fix this by using the
    bootstrap versions, which should be available and sufficient.
    
    Signed-off-by: Nathan Chancellor <[email protected]>
    nathanchance committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    17103fc View commit details
    Browse the repository at this point in the history