CRogers / LLVM-Windows-Binaries

A repo of built Windows binaries and instructions on how to compile a shared library on Windows
63 stars 8 forks source link

How generate for Win64? #4

Open wanderlan opened 10 years ago

wanderlan commented 10 years ago

I tried to adapt his instructions to generate a 64 bit DLL, but LibDefExtractor.exe utility can not extract the information from a 64-bit lib and aborts, further link also fails. I changed the following step: cmake-G "Visual Studio 12" .. / llvm-3.4.src === >> cmake-G "Visual Studio 12 Win64" .. / llvm-3.4.src Some directions ?

CRogers commented 10 years ago

Can you pastebin/gist the big.lib file you get from the the lib ... step? It maybe a different format for 64 bit and you may need to edit the LibDefExtractor program (it just runs a regex over some lines).