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,
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,
testn <test1@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.