Update the lit search logic to support all names supported in LLVM (since r283029). The search order (i.e. PATHS vs HINTS) does no really matter since the established path is not used, except for determining whether lit is available.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Is there a bug you're trying to fix here? It seems to me that the existing behavior works correctly. I'm also pretty sure from the comment in D23743 that llvm-lit shouldn't be in the list.
Comment Actions
I'm trying to sync clang to core llvm, so that the lit search results match. For example, on my system clang would not be able to find lit and it would assume that it isn't installed while llvm (and therefore add_lit_testsuite) would find lit just fine.