[all-commits] [llvm/llvm-project] 8ee1ef: [Utils] Fix %S substitution

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Mar 21 05:22:50 PDT 2022


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

  Changed paths:
    M llvm/utils/update_cc_test_checks.py

  Log Message:
  -----------
  [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 for the wrong
path for non-FileCheck RUN lines.




More information about the All-commits mailing list