Skip to content

Conversation

@paschalis-mpeis
Copy link
Member

No description provided.

@paschalis-mpeis paschalis-mpeis marked this pull request as ready for review July 2, 2025 09:39
@llvmbot llvmbot added the BOLT label Jul 2, 2025
@llvmbot
Copy link
Member

llvmbot commented Jul 2, 2025

@llvm/pr-subscribers-bolt

Author: Paschalis Mpeis (paschalis-mpeis)

Changes

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

1 Files Affected:

  • (modified) bolt/utils/nfc-check-setup.py (+6-5)
diff --git a/bolt/utils/nfc-check-setup.py b/bolt/utils/nfc-check-setup.py
index 6cf1df5c177ae..87a134aea37ca 100755
--- a/bolt/utils/nfc-check-setup.py
+++ b/bolt/utils/nfc-check-setup.py
@@ -47,8 +47,10 @@ def main():
     parser = argparse.ArgumentParser(
         description=textwrap.dedent(
             """
-            This script builds two versions of BOLT (with the current and
-            previous revision).
+            This script builds two versions of BOLT:
+            llvm-bolt.new, using the current revision, and llvm-bolt.old using
+            the previous revision. These can be used to check whether the
+            current revision changes BOLT's functional behavior.
             """
         )
     )
@@ -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 paschalis-mpeis force-pushed the users/paschalis-mpeis/nfc-check-improve-file-handling branch from 6648b77 to 09363a8 Compare July 3, 2025 09:55
@paschalis-mpeis paschalis-mpeis force-pushed the users/paschalis-mpeis/nfc-check-update-guidance branch from 8cc8661 to 4284499 Compare July 4, 2025 14:13
@github-actions
Copy link

github-actions bot commented Jul 4, 2025

✅ With the latest revision this PR passed the Python code formatter.

@paschalis-mpeis paschalis-mpeis force-pushed the users/paschalis-mpeis/nfc-check-update-guidance branch from 4284499 to 2b5e54e Compare July 4, 2025 14:17
@paschalis-mpeis paschalis-mpeis force-pushed the users/paschalis-mpeis/nfc-check-improve-file-handling branch from 09363a8 to 3bca258 Compare July 22, 2025 06:16
Base automatically changed from users/paschalis-mpeis/nfc-check-improve-file-handling to main July 22, 2025 06:18
@paschalis-mpeis paschalis-mpeis force-pushed the users/paschalis-mpeis/nfc-check-update-guidance branch from 2b5e54e to 7024bba Compare July 22, 2025 06:27
@paschalis-mpeis
Copy link
Member Author

Forced pushed to rebase after parent PR was merged (stacked PR).

@paschalis-mpeis paschalis-mpeis merged commit d8adb57 into main Jul 22, 2025
9 checks passed
@paschalis-mpeis paschalis-mpeis deleted the users/paschalis-mpeis/nfc-check-update-guidance branch July 22, 2025 06:47
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants