Skip to content

Commit

Permalink
[llvm] Update pgo collection script to reflect Mainainers file (llvm#…
Browse files Browse the repository at this point in the history
…117197)

The collect_and_build_with_pgo.py script used CODE_OWNERS.TXT as part of
its heuristic, but now that its gone, the script will fail to recognize
an LLVM checkout.
  • Loading branch information
ilovepi authored Nov 21, 2024
1 parent 84b7086 commit 040f1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/collect_and_build_with_pgo.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def _looks_like_llvm_dir(directory):

contents = set(os.listdir(directory))
expected_contents = [
"CODE_OWNERS.TXT",
"Maintainers.md",
"cmake",
"docs",
"include",
Expand Down

0 comments on commit 040f1c7

Please sign in to comment.