Displaying 2 results from an estimated 2 matches for "kill_python".
2015 Jun 09
2
[LLVMdev] msbuild and clang
...clang-cl - with that removed,
everything is successful)
The build failed with the following error message:
Tracking command:
C:\Program Files (x86)\MSBuild\12.0\bin\Tracker.exe /d "C:\Program Files
(x86)\MSBuild\12.0\bin\FileTracker.dll" /i
C:\Python-2.7.10\PCbuild\x64-temp-Release\kill_python\kill_python.tlog /r
C:\PYTHON-2.7.10\PCBUILD\KILL_PYTHON.C /b
MSBuildConsole_CancelEvent306536dcec844c0c97517539ced8ed5d /c
C:\Python-2.7.10\PCbuild\CL.exe /c /I..\Include /I..\PC /Zi /nologo /W3
/WX- /O2 /Ob1 /Oi /GL /D _WIN64 /D _M_X64 /D NDEBUG /D _WIN32 /GF /Gm- /MT
/GS /Gy /fp:precise /Zc:wc...
2015 Jun 08
3
[LLVMdev] msbuild and clang
I'm trying to compile some large programs with clang on Windows (with a
view to compiling to bit code and then running some whole program
optimisations on the bit code).
Take for example the Python 2.7 interpreter:
As is typically the case, the usual build procedure involves running
msbuild which invokes the Microsoft compiler.
The most obvious procedure would then be to substitute