[LLVMdev] Fail to build dlls with visual studio 2010 x64
Óscar Fuentes
ofv at wanadoo.es
Fri Apr 8 07:11:01 PDT 2011
testn <test1 at doramail.com> writes:
> I can build LLVM just with VS2010 x64. However, when I try to build it with
> -DBUILD_SHARED_LIBS:BOOL=true option, it seems to fail with a lot of
> unresolved external symbol. Is it a known issue? Is there anyway to fix it?
Building as shared libraries is not supported on Windows. LLVM lacks the
required declarations.
More information about the llvm-dev
mailing list