]> granicus.if.org Git - clang/commit
Fix 2 stage build on some apple bots.
authorZachary Turner <zturner@google.com>
Thu, 14 Sep 2017 21:30:27 +0000 (21:30 +0000)
committerZachary Turner <zturner@google.com>
Thu, 14 Sep 2017 21:30:27 +0000 (21:30 +0000)
commit0d6647b0d071692e366da0a0363d0fd5cd90da97
tree276314e18d5ec384aa5f1f1f79f0427f7473bba7
parent7e78cd79b5fcf60e0b59496217d39c8bd0874538
Fix 2 stage build on some apple bots.

The recent lit refactor changed the location of the lit script
run by check targets from <source>/utils/lit/lit.py to
<bin>/llvm-lit.py.  In some 2-stage build scenarios, the location
of <bin> was not properly passed through to the second stage,
and it was looking for /llvm-lit.py instead, causing failures.

Fix suggested by Mike Edwards and Chris Bieneman @apple

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313300 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/CMakeLists.txt