1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/utils/UpdateTestChecks
Alex Richardson 8a7212b0e5 Fix update_cc_test_checks.py --llvm-bin after D78478
Not passing --clang would result in a python exception after this change:
(TypeError: expected str, bytes or os.PathLike object, not NoneType)
because the --clang argument default was only being populated in the
initial argument parsing pass but not later on.
Fix this by adding an argparse callback to set the default values.

Reviewed By: vitalybuka, MaskRay

Differential Revision: https://reviews.llvm.org/D84511
2020-08-03 11:18:01 +01:00
..
__init__.py
asm.py [Utils] Check function attributes in update_test_checks 2020-07-19 20:07:24 +02:00
common.py Fix update_cc_test_checks.py --llvm-bin after D78478 2020-08-03 11:18:01 +01:00