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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 00:20:43 PDT 2019


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/utils/update_cc_test_checks.py:225
+      if not (len(commands) == 2 or
+              (len(commands) == 3 and commands[1].startswith("opt"))):
+        print('WARNING: Skipping non-clang RUN line: ' + l, file=sys.stderr)
----------------
'opt'


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