Ok, return an explicit path to the shared object, unbreaking code generator

debugging with the JIT

llvm-svn: 9273
This commit is contained in:
Chris Lattner 2003-10-19 21:54:13 +00:00
parent a4004f6678
commit 2b97d6e7cd
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ std::string BugDriver::compileSharedObject(const std::string &BytecodeFile) {
// Remove the intermediate C file
removeFile(OutputCFile);
return SharedObjectFile;
return "./" + SharedObjectFile;
}