search for: diasess

Displaying 3 results from an estimated 3 matches for "diasess".

Did you mean: biases
2018 Jan 05
0
llvm 5.0.1 requires downstream workaround for diaguids.lib
Greetings, As of LLVM 5.0.1, LLVM generates a dependency on diaguids.lib if it finds DIA SDK available. This is ok, however llvm-config.exe does not expose the path to the library, so it results in these link errors: LLVMDebugInfoPDB.lib(DIASession.obj) : error LNK2019: unresolved external symbol "long __cdecl NoRegCoCreate(wchar_t const *,struct _GUID const &,struct _GUID const &,void * *)" (?NoRegCoCreate@@YAJPEB_WAEBU_GUID@ @1PEAPEAX at Z) referenced in function "public: static class llvm::Error __cdecl llvm::pdb:...
2018 Jan 23
1
[PDB] Error "DIA is not installed on the system" occured in `llvm::pdb::loadDataForExe()`.
...ringRef Path, std::unique_ptr<IPDBSession> &Session) { // Create the correct concrete instance type based on the value of Type. if (Type == PDB_ReaderType::Native) return NativeSession::createFromExe(Path, Session); #if LLVM_ENABLE_DIA_SDK return DIASession::createFromExe(Path, Session); #else return make_error<GenericError>("DIA is not installed on the system"); #endif } ------------------------------------------------------------------------------------------------- [https://avatars2.githubusercontent.com/u/1386314?s=400&v=...
2018 Jan 23
0
MachineVerifier and undef
...std::unique_ptr<IPDBSession> &Session) { > // Create the correct concrete instance type based on the value of Type. > if (Type == PDB_ReaderType::Native) > return NativeSession::createFromExe(Path, Session); > > #if LLVM_ENABLE_DIA_SDK > return DIASession::createFromExe(Path, Session); > #else > return make_error<GenericError>("DIA is not installed on the system"); > #endif > } > > ------------------------------------------------------------------------------------------------- > [https://avatars2.githubuser...