Skip to content

Commit 040f1c7

Browse files
authored
[llvm] Update pgo collection script to reflect Mainainers file (llvm#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.
1 parent 84b7086 commit 040f1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/collect_and_build_with_pgo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def _looks_like_llvm_dir(directory):
425425

426426
contents = set(os.listdir(directory))
427427
expected_contents = [
428-
"CODE_OWNERS.TXT",
428+
"Maintainers.md",
429429
"cmake",
430430
"docs",
431431
"include",

0 commit comments

Comments
 (0)