Try to fix windows build more after r198136.
authorNico Weber <nicolasweber@gmx.de>
Sun, 29 Dec 2013 00:27:49 +0000 (00:27 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 29 Dec 2013 00:27:49 +0000 (00:27 +0000)
commit2534017ad18948d220ebb6dd98db905984829bfd
treef16d6aa1907df605802c688c3e952cdc4a8dfdc6
parentb42359d74b693befb907897655faeb1ad4ba0bfe
Try to fix windows build more after r198136.

The command that cmd.exe is complaining about is:
cmd.exe /c cd /D C:\bb-win7\cmake-clang-i686-mingw32\build\tools\lto && cmake -E echo EXPORTS > symbol.def && type C:/bb-win7/cmake-clang-i686-mingw32/llvm-project/llvm/tools/lto/lto.exports >> symbol.def

Maybe quoting the filename helps.

llvm-svn: 198140
llvm/cmake/modules/AddLLVM.cmake