Skip to content

Commit 8cc8661

Browse files
[BOLT][NFC] Update nfc-check-setup.py guidance
1 parent 6648b77 commit 8cc8661

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

bolt/utils/nfc-check-setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ def main():
4747
parser = argparse.ArgumentParser(
4848
description=textwrap.dedent(
4949
"""
50-
This script builds two versions of BOLT (with the current and
51-
previous revision).
50+
This script builds two versions of BOLT:
51+
llvm-bolt.new, using the current revision, and llvm-bolt.old using
52+
the previous revision. These can be used to check whether the
53+
current revision changes BOLT's functional behavior.
5254
"""
5355
)
5456
)
@@ -156,9 +158,8 @@ def main():
156158
os.replace(bolt_path, f"{bolt_path}.old")
157159

158160
print(
159-
f"Build directory {args.build_dir} is ready to run BOLT tests, e.g.\n"
160-
"\tbin/llvm-lit -sv tools/bolt/test\nor\n"
161-
"\tbin/llvm-lit -sv tools/bolttests"
161+
f"Build directory {args.build_dir} is ready for NFC-Mode comparison "
162+
"between the two revisions."
162163
)
163164

164165

0 commit comments

Comments
 (0)