[all-commits] [llvm/llvm-project] 062b1a: Reapply [Utils] Fix %S substitution

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Mar 21 07:15:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 062b1ae7e0ca61c81b0f8d097279268336a7efd7
      https://github.com/llvm/llvm-project/commit/062b1ae7e0ca61c81b0f8d097279268336a7efd7
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-03-21 (Mon, 21 Mar 2022)

  Changed paths:
    M clang/test/utils/update_cc_test_checks/Inputs/exec-all-runlines.c
    M clang/test/utils/update_cc_test_checks/Inputs/exec-all-runlines.c.expected
    M llvm/utils/update_cc_test_checks.py

  Log Message:
  -----------
  Reapply [Utils] Fix %S substitution

%S refers to the directory of %s, not to the cwd. This is mostly
handled correctly, but update_cc_test_checks.py used the wrong
path for non-FileCheck RUN lines.

Reapplying this with a fix for an update_cc_test_checks test that
was based on cwd semantics.




More information about the All-commits mailing list