[cfe-dev] LLVM on Windows MSVC 10

Óscar Fuentes ofv at wanadoo.es
Fri Dec 31 05:28:02 PST 2010


[LLVM questions belong to llvmdev at cs.uiuc.edu]

Ruben Van Boxem <vanboxem.ruben at gmail.com>
writes:

> I'm trying to build svn LLVM with Visual Studio 2010:
>
> cd build
> cmake .. -G"NMake Makefiles"
> nmake
>
> and several link steps fail due to a missing symbol:
>
>> LLVMX86CodeGen.lib(X86JITInfo.cpp.obj) : error LNK2019: unresolved
> external symbol X86CompilationCallback referenced in function "public:
> virtual void (__cdecl*__cdecl
> llvm::X86JITInfo::getLazyResolverFunction(void * (__cdecl*)(void
> *)))(void)"
> (?getLazyResolverFunction at X86JITInfo@llvm@@UEAAP6AXXZP6APEAXPEAX at Z@Z)
>
> What can/should I do?

It builds fine here on VS 10 Windows XP 32 bits with latests svn
sources.




More information about the cfe-dev mailing list