CMake compilación de LLVM clang falla con "Error inesperado al ejecutar llvm-build: Traceback (...) import llvmbuild"

Quiero construir el compilador clang LLVM, pero CMake termina con el siguiente mensaje de error:

CMake Error at CMakeLists.txt:256 (message):
  Unexpected failure executing llvm-build: Traceback (most recent call
last):

    File "C:/.../llvm/utils/llvm-build/llvm-build", line 3, in
<module>
      import llvmbuild
    File "C:\...\llvm\utils\llvm-build\llvmbuild\__init__.py",
line 1, in
<module>
      from main import main

  ImportError: No module named main


-- Configuring incomplete, errors occurred!

Tengo todas las herramientas necesarias instaladas.

OS: Windows 7 x64Python: 3.2.2 (x86-64) GnuWin32: 0.6.3

Respuestas a la pregunta(2)

Su respuesta a la pregunta