[LLVMdev] LLVM 3.4 RC3 fails to run on Win32

Hans Wennborg hans at chromium.org
Thu Jan 9 10:33:46 PST 2014


On Sat, Jan 4, 2014 at 3:23 AM, Peter Newman <peter at uformia.com> wrote:
> It could also be that the target system is missing a MSVCRT update/SxS
> version - this happens a lot on us, to the point our installer includes the
> installer for the specific version of MSVCRT we build against.

The binaries are statically linked (/MT) against the run-time library
to avoid any problems with missing or wrong version of MSVCRT etc.

 - Hans

> On 2/01/2014 3:22 AM, Jasper Neumann wrote:
>>
>> Hello all,
>>
>> I downloaded LLVM-3.4-rc3-win32.exe from
>> http://llvm.org/pre-releases/3.4/rc3/ but all *.exe files of bin directory
>> fail to run on a native Windows XP 32 bit system. Could it be that they are
>> compiled for a 64 bit system?
>>
>> Best regards
>> Jasper Neumann



More information about the llvm-dev mailing list