[all-commits] [llvm/llvm-project] 5d4998: UpdateTestChecks: Don't check meta details in func...

Jinsong Ji via All-commits all-commits at lists.llvm.org
Wed Feb 19 17:30:13 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d4998bc02cebd77e70f0fa712ab8e1eb8f643f0
      https://github.com/llvm/llvm-project/commit/5d4998bc02cebd77e70f0fa712ab8e1eb8f643f0
  Author: Jinsong Ji <jinsong.ji at intel.com>
  Date:   2025-02-19 (Wed, 19 Feb 2025)

  Changed paths:
    A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/global_none_meta.ll
    A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/global_none_meta.ll.expected
    A llvm/test/tools/UpdateTestChecks/update_test_checks/global_none_meta.test
    M llvm/utils/UpdateTestChecks/common.py
    M llvm/utils/update_cc_test_checks.py
    M llvm/utils/update_test_checks.py

  Log Message:
  -----------
  UpdateTestChecks: Don't check meta details in func definition w/--global none (#124205)

When --check-globals none, we skipped all the globals in check lines.
However, we are still checking the meta info in function defintion.

The generated checks are still sensitive to metadata changes.

This is to scrub the meta info and match them with {{.*}} instead.



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