[all-commits] [llvm/llvm-project] a47397: [BOLT] Improve regexp in link_fdata.py (#152694)

Gergely Bálint via All-commits all-commits at lists.llvm.org
Tue Sep 2 01:57:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a4739708ebb99a7333658b96a0b328b6bfa0b193
      https://github.com/llvm/llvm-project/commit/a4739708ebb99a7333658b96a0b328b6bfa0b193
  Author: Gergely Bálint <gergely.balint at arm.com>
  Date:   2025-09-02 (Tue, 02 Sep 2025)

  Changed paths:
    M bolt/test/link_fdata.py
    M bolt/test/timers.c

  Log Message:
  -----------
  [BOLT] Improve regexp in link_fdata.py (#152694)

FileCheck accepts both '#' and '//' as leading chars for commands, but
link_fdata.py only searched for lines starting with '#'. This changes
the regexps in link_fdata.py to mirror FileCheck's behaviour.

The comment syntax in test/timers.c is modified to present this
capability.



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