[PATCH] D68406: [update_cc_test_checks] Support 'clang | opt | FileCheck'

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 06:08:19 PDT 2019


simon_tatham updated this revision to Diff 224035.
simon_tatham added a comment.

Added an option as requested to point at the `opt` binary. Unlike the
existing `--clang`, I've made it only lazily give an error: in the
common case where the test file doesn't try to call `opt` in the first
place, it shouldn't be necessary to have it available.

Also, I've added a fix to the `add_ir_checks` call, which stopped
working recently due to r373912.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68406/new/

https://reviews.llvm.org/D68406

Files:
  llvm/utils/update_cc_test_checks.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68406.224035.patch
Type: text/x-patch
Size: 5006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191009/dd5369d2/attachment.bin>


More information about the llvm-commits mailing list