[all-commits] [llvm/llvm-project] f74397: Support other llc-like tools in update_llc_test_ch...

Daniel Sanders via All-commits all-commits at lists.llvm.org
Wed Jun 10 17:30:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f743975e0ab6c62839682b0bf09ca0e03269ed51
      https://github.com/llvm/llvm-project/commit/f743975e0ab6c62839682b0bf09ca0e03269ed51
  Author: Daniel Sanders <daniel_l_sanders at apple.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M llvm/utils/update_llc_test_checks.py

  Log Message:
  -----------
  Support other llc-like tools in update_llc_test_checks.py

Summary:
If you have downstream tools that are llc-like (e.g, llc with different
defaults), it's convenient to still be able to use
`update_llc_test_checks` with them. Refactor slightly to allow such tools
to be supported by adding them to LLC_LIKE_TOOLS

Reviewers: bogner

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D80960




More information about the All-commits mailing list