Displaying 2 results from an estimated 2 matches for "loaddataforexe".
2018 Jan 23
1
[PDB] Error "DIA is not installed on the system" occured in `llvm::pdb::loadDataForExe()`.
...all
`llvm::pdb::loadDataFromEXE(PDB_ReaderType Type, ...)`,
it will trigger the "DIA is not installed on the system" error. I want to known is this kind of behavior correct?
-------------------------------------------------------------------------------------------------
Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef 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_...
2018 Jan 23
0
MachineVerifier and undef
...)
> 7. Re: always allow canonicalizing to 8- and 16-bit ops?
> (David Green via llvm-dev)
> 8. Re: Exception handling support for a target
> (Ben Craig via llvm-dev)
> 9. [PDB] Error "DIA is not installed on the system" occured in
> `llvm::pdb::loadDataForExe()`. (Henry Wong via llvm-dev)
> 10. Re: Does OpenMP hints bypass the vectorisation legality check
> in llvm (Tom Sun via llvm-dev)
> 11. Re: RFC: Towards unified semantic for casts
> (David Blaikie via llvm-dev)
>
>
> --------------------------------------------...