[PATCH] D68819: [Utils] Allow update_test_checks to check function arguments
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 31 04:03:24 PDT 2019
davezarzycki added a comment.
This seems to have broke `update_llc_test_checks.py`. Is there an easy fix?
Traceback (most recent call last):
File "./llvm/utils/update_llc_test_checks.py", line 214, in <module>
main()
File "./llvm/utils/update_llc_test_checks.py", line 155, in main
triple, prefixes, func_dict)
File "/home/dave/s/l/llvm/utils/UpdateTestChecks/asm.py", line 357, in build_function_body_dictionary_for_triple
func_dict, args.verbose)
TypeError: build_function_body_dictionary() missing 1 required positional argument: 'record_args'
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68819/new/
https://reviews.llvm.org/D68819
More information about the llvm-commits
mailing list