[llvm-branch-commits] [llvm] [BOLT][NFC] Update nfc-check-setup.py guidance (PR #146659)

Paschalis Mpeis via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 3 05:55:17 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."
----------------
paschalis-mpeis wrote:

Will do, thanks! Setting up the wrapper now stays under a flag, so I'll reintroduce this example when I rebase the patch.

https://github.com/llvm/llvm-project/pull/146659


More information about the llvm-branch-commits mailing list