llvm-build: Attempt to work around a CMake Makefile generator bug that doesn't
authorDaniel Dunbar <daniel@zuster.org>
Thu, 17 Nov 2011 01:19:53 +0000 (01:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 17 Nov 2011 01:19:53 +0000 (01:19 +0000)
commitd5889d8c7fcd97994cf38bb7469a703fe3db3672
tree79d51f0d7ab6912284c93a5cafbf92297859b4a2
parent3bdb3c9b511b89d38696587d61b82949e06a7729
llvm-build: Attempt to work around a CMake Makefile generator bug that doesn't
properly quote strings when writing the CMakeFiles/Makefile.cmake output file
(which lists the dependencies). This shows up when using CMake + MSYS Makefile
generator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144873 91177308-0d34-0410-b5e6-96231b3b80d8
utils/llvm-build/llvmbuild/main.py