LLVM_CMAKE_PATH has backlashes in it. CMake then tries to append this to CMAKE_MODULE_PATH but gets confused and errors out as it thinks we're providing an escape sequence (that's unknown, causing generation to fail)
E.g "C:\Users\hugh..."
I've been porting swift to Windows/MSVC. This was causing the Windows build to fail and I submitted a PR (https://github.com/apple/swift-lldb/pull/156). Maybe it belongs upstream, however