[LLVMdev] win32 broken again

Jeff Cohen jeffc at jolt-lang.org
Fri Dec 24 00:08:24 PST 2004


Well... that didn't take long.  I'm not sure what you did, Reid, with 
Path.cpp, but it broke VC++:

Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external 
symbol "public: __thiscall llvm::sys::Path::Path(class 
std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> > const &)" 
(??0Path at sys@llvm@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
System.lib(Signals.obj) : error LNK2019: unresolved external symbol 
"public: bool __thiscall llvm::sys::Path::isDirectory(void)const " 
(?isDirectory at Path@sys at llvm@@QBE_NXZ) referenced in function "void 
__cdecl llvm::sys::RemoveDirectoryOnSignal(class llvm::sys::Path const 
&)" (?RemoveDirectoryOnSignal at sys@llvm@@YAXABVPath at 12@@Z)
System.lib(Signals.obj) : error LNK2019: unresolved external symbol 
"public: bool __thiscall llvm::sys::Path::destroyDirectory(bool)const " 
(?destroyDirectory at Path@sys at llvm@@QBE_N_N at Z) referenced in function 
__catch$?Cleanup@@YAXXZ$0
System.lib(Signals.obj) : error LNK2019: unresolved external symbol 
"public: bool __thiscall llvm::sys::Path::destroyFile(void)const " 
(?destroyFile at Path@sys at llvm@@QBE_NXZ) referenced in function "void 
__cdecl Cleanup(void)" (?Cleanup@@YAXXZ)




More information about the llvm-dev mailing list