Hi, 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? Thanks, http://old.nabble.com/file/p31351142/build.log build.log -- View this message in context: http://old.nabble.com/Fail-to-build-dlls-with-visual-studio-2010-x64-tp31351142p31351142.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
Óscar Fuentes
2011-Apr-08 14:11 UTC
[LLVMdev] Fail to build dlls with visual studio 2010 x64
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.