[PATCH] D95137: [update_(llc_)test_checks.py] Support pre-processing commands

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 16:55:28 PDT 2022


rtereshin added a comment.
Herald added a subscriber: StephenFan.
Herald added a project: All.

Hi,

Doesn't look like this just handles `--llc-binary` command line argument of update_llc_test_checks.py correctly: I assume references to `llc` from within the `preprocess_cmd` should also be replaced with the value of `--llc-binary` if any, similarly to the substitution done for the main part of the command?

Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95137



More information about the llvm-commits mailing list