[llvm] [UpdateTestChecks][llvm-mca] Use common.itertests and common.parse_commandline_args in update_mca_test_checks (PR #67477)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 13:33:39 PDT 2023
================
@@ -65,18 +65,7 @@ def _parse_args():
help="the binary to use to generate the test case " "(default: llvm-mca)",
)
parser.add_argument("tests", metavar="<test-path>", nargs="+")
- args = common.parse_commandline_args(parser)
-
- _configure_warnings(args)
-
- if not args.llvm_mca_binary:
----------------
mshockwave wrote:
I think we should also preserve the checks from line 72 to 76
https://github.com/llvm/llvm-project/pull/67477
More information about the llvm-commits
mailing list