forked from OSchip/llvm-project
Ok, return an explicit path to the shared object, unbreaking code generator
debugging with the JIT llvm-svn: 9273
This commit is contained in:
parent
a4004f6678
commit
2b97d6e7cd
|
@ -172,7 +172,7 @@ std::string BugDriver::compileSharedObject(const std::string &BytecodeFile) {
|
|||
// Remove the intermediate C file
|
||||
removeFile(OutputCFile);
|
||||
|
||||
return SharedObjectFile;
|
||||
return "./" + SharedObjectFile;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue