Bring back the tests for update_cc_tests_checks.py
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Thu, 30 Jan 2020 14:36:43 +0000 (14:36 +0000)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Thu, 30 Jan 2020 14:58:25 +0000 (14:58 +0000)
commit523896f64a4c4b586a5fbcf676181826d2c0fbd0
tree622955aff14030b80e6efceeca854d358f8bcea2
parent9de1241bb2dd1b0e39bb695c701f2d299776ff6b
Bring back the tests for update_cc_tests_checks.py

The tests were removed in 287307a0c60b68099d5f9dd22ac1db2a42593533 to
avoid a dependency on python3. update_cc_tests_checks.py also works with
python2 so restore the tests without the python3 dependency.
llvm/test/tools/UpdateTestChecks/lit.local.cfg
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/lit.local.cfg [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/mangled_names.test [new file with mode: 0644]