Skip to content

llvm: re-enable PGO on Linux - #301396

Draft
cho-m wants to merge 1 commit into
mainfrom
llvm-pgo
Draft

llvm: re-enable PGO on Linux#301396
cho-m wants to merge 1 commit into
mainfrom
llvm-pgo

Conversation

@cho-m

@cho-m cho-m commented Aug 30, 2026

Copy link
Copy Markdown
Member

Exploring PGO failure since we currently have a large portion of dead code in build.


  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • I did not use AI/LLM to create this PR, or I disclosed the tool/model below and reviewed its output; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.

@github-actions github-actions Bot added the long build Set a long timeout for formula testing label Aug 30, 2026
@cho-m

cho-m commented Aug 30, 2026

Copy link
Copy Markdown
Member Author

May be failing from LLD split. We do build LLD in stage1 but not in later stages. Perhaps that one can be used; otherwise, would need to build LLD in later stages and avoid installing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

long build Set a long timeout for formula testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant