[llvm-branch-commits] [llvm] [BOLT][NFC] Update nfc-check-setup.py guidance (PR #146659)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 2 11:23:10 PDT 2025
================
@@ -156,9 +158,8 @@ def main():
os.replace(bolt_path, f"{bolt_path}.old")
print(
- f"Build directory {args.build_dir} is ready to run BOLT tests, e.g.\n"
- "\tbin/llvm-lit -sv tools/bolt/test\nor\n"
- "\tbin/llvm-lit -sv tools/bolttests"
+ f"Build directory {args.build_dir} is ready for NFC-Mode comparison "
+ "between the two revisions."
----------------
aaupov wrote:
Keep the example commands? I copy-paste from them often
https://github.com/llvm/llvm-project/pull/146659
More information about the llvm-branch-commits
mailing list