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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 07:49:44 PDT 2019


spatel added a comment.

In D68406#1694002 <https://reviews.llvm.org/D68406#1694002>, @MaskRay wrote:

> + at t.p.northover and @spatel who have added `opt` to clang tests.


I don't remember that...but I'll trust that's correct over my memory. :)
For reference, we discussed the compromise solution of using "opt -mem2reg" in:
D17999 <https://reviews.llvm.org/D17999>
(and there's a rough script there that might have been used to help implement update_cc_test_checks.py)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68406





More information about the llvm-commits mailing list