[all-commits] [llvm/llvm-project] 5aa0f9: Use installed llvm-lit.py instead of lit.py PR-51072
Yaron Keren via All-commits
all-commits at lists.llvm.org
Tue Aug 17 23:06:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5aa0f9cc9ab267803ad7bcfd14c8fd8bbffd82cb
https://github.com/llvm/llvm-project/commit/5aa0f9cc9ab267803ad7bcfd14c8fd8bbffd82cb
Author: Yaron Keren <yaron.keren at gmail.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M clang/test/utils/update_cc_test_checks/lit.local.cfg
Log Message:
-----------
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
More information about the All-commits
mailing list