mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-04 09:11:43 +00:00
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adfb389708
commit
8cf8b10a59
@ -31,7 +31,7 @@ PDB_ErrorCode llvm::loadDataForPDB(PDB_ReaderType Type, StringRef Path,
|
|||||||
|
|
||||||
PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path,
|
PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path,
|
||||||
std::unique_ptr<IPDBSession> &Session) {
|
std::unique_ptr<IPDBSession> &Session) {
|
||||||
// Create the correct concrete instance type based on the value of Type.
|
// Create the correct concrete instance type based on the value of Type.
|
||||||
#if HAVE_DIA_SDK
|
#if HAVE_DIA_SDK
|
||||||
return DIASession::createFromExe(Path, Session);
|
return DIASession::createFromExe(Path, Session);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user