The problem on Windows was that the \b in "..\bin" was interpreted
as an escape sequence. Use r"" strings to prevent that.
This reverts commit
|
||
|---|---|---|
| .. | ||
| modules | ||
| platforms | ||
| README | ||
| config-ix.cmake | ||
| config.guess | ||
| dummy.cpp | ||
| nsis_icon.ico | ||
| nsis_logo.bmp | ||
README
See docs/CMake.html for instructions on how to build LLVM with CMake.