================ @@ -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:
Forced pushed to rebase and handle this. `llvm-bolt` is available only when the `--create-wrapper` flag is used (as a wrapper). In that case, the commands are valid and now printed. Also applied a few more nits. 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