]> granicus.if.org Git - llvm/commit
Revert "Fix llvm-lit script generation in libcxx."
authorZachary Turner <zturner@google.com>
Tue, 19 Sep 2017 03:11:35 +0000 (03:11 +0000)
committerZachary Turner <zturner@google.com>
Tue, 19 Sep 2017 03:11:35 +0000 (03:11 +0000)
commitbfc7639dd1536f3c00b7778b962bf6527a98757b
treebdc5081bbe2a3183f56787622b283e527c8df9ee
parenta2144731b3a94458cf685c277b839ed27a04e3bc
Revert "Fix llvm-lit script generation in libcxx."

This reverts commit 4ad71811d45268d81b60f27e3b8b2bcbc23bd7b9.

There is a bot that is checking out libcxx and lit with nothing
else and then running lit.py against the test tree.  Since there's
no LLVM source tree, there's no LLVM CMake.  CMake actually
reports this as a warning saying unsupported libcxx configuration,
but I guess someone is depending on it anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313607 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake