search for: vc120

Displaying 9 results from an estimated 9 matches for "vc120".

Did you mean: v120
2014 Oct 02
2
[LLVMdev] Header File Not Found?
...os_WIN32 /D [also-elided] /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D OBJC_OLD_DISPATCH_PROTOTYPES=1 /D _WIN64 /D "__x86_64__= 1" /D _WINDLL /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\x64\\" /Fd"Debug\x64\vc120.pdb" /Gd /TP /wd4068 /wd4200 /wd4244 /wd4267 /wd4305 /wd4309 /wd4311 /wd4800 /FIC:\[top-level-dir]\[source-dir]\\[prefix-header].h /errorReport:prompt -m64 -fmsc-version=1800 -ferror-limit=1000 -m64 -fmsc-version=1800 [source-file].cpp And here's the error: 1> In file included fr...
2015 Jun 09
2
[LLVMdev] msbuild and clang
....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:wchar_t /Zc:forScope /Fo"C:\Python-2.7.10\PCbuild\x64-temp-Release\kill_python\\" /Fd"C:\Python-2.7.10\PCbuild\x64-temp-Release\kill_python\vc120.pdb" /Gd /TC /errorReport:queue /USECL:MS_OPTERON /GS- kill_python.c TRACKER : error TRK0002: Failed to execute command: "C:\Python-2.7.10\PCbuild\CL.exe @C:\Users\w\AppData\Local\Temp\tmp4af7576aa6b5441391fa4aea101d878d.rsp". The operation identifier is not valid. [C:\Python-2.7.10\...
2014 Oct 01
2
[LLVMdev] size_t?
...9; >> 1>clang-cl.exe : warning : argument unused during compilation: '/GS' >> 1>clang-cl.exe : warning : argument unused during compilation: >> '/fp:precise' >> 1>clang-cl.exe : warning : argument unused during compilation: >> '/FdDebug\x64\vc120.pdb' >> 1>clang-cl.exe : warning : argument unused during compilation: '/Gd' >> 1> In file included from <built-in>:187: >> 1> In file included from <command line>:19: >> 1>[elided header file name](9,1): error : static_assert failed &gt...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...C, which is using this for its command line options: > > /GS- /TP /analyze- /W3 /wd"4391" /wd"4722" /wd"4291" /wd"4800" > /Zc:wchar_t /I"E:\llvm\compiler-rt\lib\asan\.." /Zi /Gm- /O2 /Ob1 > /Fd"RTAsan_dynamic.i386.dir\RelWithDebInfo\vc120.pdb" /fp:precise /D > "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "EBUG" /D "ASAN_HAS_EXCEPTIONS=1" > /D "ASAN_DYNAMIC=1" /D "INTERCEPTION_DYNAMIC_CRT" /D > "__func__=__FUNCTION__" /D "CMAKE_INTDIR=\"Re...
2014 Oct 01
2
[LLVMdev] size_t?
...lation: '/Gm-' > 1>clang-cl.exe : warning : argument unused during compilation: '/GS' > 1>clang-cl.exe : warning : argument unused during compilation: > '/fp:precise' > 1>clang-cl.exe : warning : argument unused during compilation: > '/FdDebug\x64\vc120.pdb' > 1>clang-cl.exe : warning : argument unused during compilation: '/Gd' > 1> In file included from <built-in>:187: > 1> In file included from <command line>:19: > 1>[elided header file name](9,1): error : static_assert failed > "sizeof(s...
2014 Sep 30
2
[LLVMdev] size_t?
Hi Reid, I copied the x64 toolsets by hand; they got installed to C:\Program Files (x86)\LLVM\tools\msbuild\x64; they just didn't get moved correctly by install.bat. I just verified that the LLVM-vs2013 toolset.props is correct. If it is a bitness problem, perhaps I'm failing to define something correctly? Regards, Eric On 9/30/14, 11:29 AM, Reid Kleckner wrote: > This looks
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
On Thu, Oct 23, 2014 at 3:38 PM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Thu, Oct 23, 2014 at 2:57 PM, Aaron Ballman <aaron at aaronballman.com> wrote: >> On Thu, Oct 23, 2014 at 2:46 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: >>> 2014-10-23 11:34 GMT-07:00 Aaron Ballman <aaron at aaronballman.com>: >>>> On Thu, Oct
2014 Aug 01
2
[LLVMdev] Clang Integration with MSVS 2013
...unused during compilation: '/Gy' 1>clang-cl.exe : warning : argument unused during compilation: '/fp:precise' 1>clang-cl.exe : warning : argument unused during compilation: '/Zc:wchar_t-' 1>clang-cl.exe : warning : argument unused during compilation: '/FdRelease\vc120.pdb' 1>clang-cl.exe : warning : argument unused during compilation: '/Gd' 1> In file included from Source.cpp:2: 1> In file included from C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\iostream:6: 1> In file included from C:\Program Files (x86)\Microsoft V...
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