Displaying 1 result from an estimated 1 matches for "991007".
Did you mean:
9.1007
2004 Dec 02
1
[LLVMdev] VC++ patches
I tried to build the latest using Visual Studio and ran into a few
problems. Patches attached to fix most of them. However, there's one I
can't easily fix.
DynamicLibrary.cpp is messed up. lib/System/DynamicLibrary.cpp does NOT
include platform/DynamicLibrary.cpp like it's supposed to, so the
Windows-specific implementation is not compiled. What's there now is
very