[all-commits] [llvm/llvm-project] 2b5a16: UpdateTestChecks: fix handling of UTC with spaces

Roman Lebedev via All-commits all-commits at lists.llvm.org
Mon Mar 7 09:26:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b5a16420f37d74a7e7e1c367356a5749d5a3c2e
      https://github.com/llvm/llvm-project/commit/2b5a16420f37d74a7e7e1c367356a5749d5a3c2e
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2022-03-07 (Mon, 07 Mar 2022)

  Changed paths:
    A llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/Inputs/x86-filter-with-spaces.ll
    A llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/Inputs/x86-filter-with-spaces.ll.filter.expected
    A llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/filter-with-spaces.test
    M llvm/utils/UpdateTestChecks/common.py

  Log Message:
  -----------
  UpdateTestChecks: fix handling of UTC with spaces

We can't just split by space, that's not going to give us the same
argv we'd have gotten from the shell, it could be in a string,
we must actually parse that as argv.




More information about the All-commits mailing list