[all-commits] [llvm/llvm-project] 1066d0: [BOLT] Create marker for source changes in nfc-mod...

Paschalis Mpeis via All-commits all-commits at lists.llvm.org
Thu Jun 5 01:59:39 PDT 2025


  Branch: refs/heads/users/paschalis-mpeis/bolt-nfc-checks-sources
  Home:   https://github.com/llvm/llvm-project
  Commit: 1066d0f5a09cc7deb538b5826b9a6d8d57882097
      https://github.com/llvm/llvm-project/commit/1066d0f5a09cc7deb538b5826b9a6d8d57882097
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2025-06-05 (Thu, 05 Jun 2025)

  Changed paths:
    M bolt/utils/nfc-check-setup.py

  Log Message:
  -----------
  [BOLT] Create marker for source changes in nfc-mode testing.

Currently NFC tests only trigger when the llvm-bolt binary itself changes.

This patch adds `--check-bolt-sources`, which scans git output for any
modifications under bolt/, excluding:
- bolt/docs
- bolt/utils/docker
- bolt/utils/dot2html

If any matching files change between versions, a `.llvm-bolt.changes` marker is
created. Buildbots can then use this marker to trigger in-tree tests.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list