llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variable
authorCristian Adam <cristian.adam@gmail.com>
Tue, 18 Feb 2020 12:42:19 +0000 (14:42 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 18 Feb 2020 12:42:19 +0000 (14:42 +0200)
commitd6fe253653b7e760f94ca21d0a7ebbfeeee28777
treeab967f13e615abe884d5e39a1040fc92c1d3e88e
parent40b2c7f29b44e3c3e171a04593ac650aaf7c6ae6
llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variable

MSVC_DIA_SDK_DIR variable will point to a path which contains spaces,
and without quotes it will fail to configure the project.
llvm/cmake/config-ix.cmake