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

Paschalis Mpeis via All-commits all-commits at lists.llvm.org
Thu Jun 26 01:32:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d681c73a04bc2213d408ee5e2498af2c796859e3
      https://github.com/llvm/llvm-project/commit/d681c73a04bc2213d408ee5e2498af2c796859e3
  Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
  Date:   2025-06-26 (Thu, 26 Jun 2025)

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

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

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