[all-commits] [llvm/llvm-project] da28c3: [UTC] Recognise CHECK lines with globals matched l...

Henrik G. Olsson via All-commits all-commits at lists.llvm.org
Mon Oct 30 05:17:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da28c3309413475146fdeb9194e44b7a63b7484e
      https://github.com/llvm/llvm-project/commit/da28c3309413475146fdeb9194e44b7a63b7484e
  Author: Henrik G. Olsson <hnrklssn at gmail.com>
  Date:   2023-10-30 (Mon, 30 Oct 2023)

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

  Log Message:
  -----------
  [UTC] Recognise CHECK lines with globals matched literally (#70050)

Previously when using `-p` a.k.a. `--preserve-names` existing lines for
checking globals were not recognised as such, leading to the line being
kept while also being emitted again, resulting in duplicated CHECK
lines.

This resolves #70048.




More information about the All-commits mailing list