Displaying 1 result from an estimated 1 matches for "ya_n".
Did you mean:
a_n
2015 Nov 14
2
(no subject)
...results in this error:
LLVMSupport.lib(Path.obj) : error LNK2019: unresolved external symbol
__imp_CoTaskMemFree referenced in function "bool __cdecl
llvm::sys::path::getKnownFolderPath(struct _GUID,class
llvm::SmallVectorImpl<char> &)" (?getKnownFolderPath at path@sys at llvm@@YA_N
U_GUID@@AEAV?$SmallVectorImpl at D@3@@Z)
toy.exe : fatal error LNK1120: 1 unresolved externals
I've tried simplifying things but no matter what I do that is the error I
get. So I'm assuming I'm not building llvm correctly. Here is essentially
what I'm doing:
$ cd deps
$ git clone...