================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to