Use installed llvm-lit.py instead of lit.py PR-51072
authorYaron Keren <yaron.keren@gmail.com>
Tue, 17 Aug 2021 17:15:39 +0000 (20:15 +0300)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 18 Aug 2021 06:06:06 +0000 (09:06 +0300)
commit5aa0f9cc9ab267803ad7bcfd14c8fd8bbffd82cb
treef6f635860288a1eb4338857590a0d74add4c371e
parent4f5ba46e162eec32a9f9e2a725e6422281913043
Use installed llvm-lit.py instead of lit.py PR-51072

Three tests fail when building and testing LLVM from the Visual C++ environment
since they use the repo version of lit.py that do not have local customization
builtin_parameters = { 'build_mode' : 'Release' }
https://bugs.llvm.org/show_bug.cgi?id=51072

Reviewed By: dyung

Differential Revision: https://reviews.llvm.org/D108085
clang/test/utils/update_cc_test_checks/lit.local.cfg