Fix a bug in the lit test suite generation.
authorZachary Turner <zturner@google.com>
Fri, 2 Nov 2018 19:55:15 +0000 (19:55 +0000)
committerZachary Turner <zturner@google.com>
Fri, 2 Nov 2018 19:55:15 +0000 (19:55 +0000)
commit66f7b435ed937e410d41626d0194bb5c0646106f
tree604976c638e0d138ed04bce21d477c0d6093dbb2
parent52c27785cedc66464d356a961bdc7e3671c5775f
Fix a bug in the lit test suite generation.

I'm not sure why this has to be CMAKE_CURRENT_SOURCE_DIR, but
it causes all kinds of strange cmake generation errors when it's
the binary dir.

llvm-svn: 346035
lldb/lit/CMakeLists.txt