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 ?
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).
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 ?