This revision was automatically updated to reflect the committed changes.
Closed by commit rL318562: [cmake] Use llvm-lit directory when provided for
stand-alone build (authored by mgorny).
Changed prior to commit:
https://reviews.llvm.org/D40142?vs=123219&id=123419#toc
Repository:
rL LLVM
mgorny created this revision.
After the recent lit test changes, clang attempts to run its tests
via llvm-lit by default. However, the llvm-lit binary is not present
when performing stand-alone build resulting in a failure out of the box.
To solve that, add the llvm-lit directory to CMake when pe