search for: llvm_enable_dia_sdk

Displaying 2 results from an estimated 2 matches for "llvm_enable_dia_sdk".

2018 Jan 23
1
[PDB] Error "DIA is not installed on the system" occured in `llvm::pdb::loadDataForExe()`.
...the two calls are both `PDB_ReaderType::DIA`, that means the first IfStmt in `llvm::pdb::loadDataFromEXE(PDB_ReaderType Type, ...)` is temporarily useless. Is that right? 2) I have visual studio 2015 installed on my computer and there is no an environment variable called VSINSTALLDIR. And the `LLVM_ENABLE_DIA_SDK` is 0, so every time need to call `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? ------------------------------------------------------------------------------------...
2018 Jan 23
0
MachineVerifier and undef
...ReaderType::DIA`, that means the first IfStmt > in `llvm::pdb::loadDataFromEXE(PDB_ReaderType Type, ...)` is temporarily > useless. Is that right? > > 2) I have visual studio 2015 installed on my computer and there is no an > environment variable called > VSINSTALLDIR. And the `LLVM_ENABLE_DIA_SDK` is 0, so every time need to > call > `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? > > -------------------------------------------------------...