[LLVMdev] LLVM on Windows MSVC 10

Francois Pichet pichet2000 at gmail.com
Fri Dec 31 04:56:07 PST 2010


I don't normally build using nmake.. but I just tried and it worked 100%
here.
Are you sure you are using the trunk?

On Fri, Dec 31, 2010 at 7:32 AM, Ruben Van Boxem
<vanboxem.ruben at gmail.com>wrote:

> I first sent this to the Clang dev list, but they told me to come here:
>
>
> ---------- Forwarded message ----------
> From: Ruben Van Boxem <vanboxem.ruben at gmail.com>
> Date: 2010/12/31
> Subject: LLVM on Windows MSVC 10
> To: cfe-dev at cs.uiuc.edu
>
>
> Hi,
>
> 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?
>
> Thanks!
>
> Ruben
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101231/1ddacb8e/attachment.html>


More information about the llvm-dev mailing list