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

debugging with the JIT


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-19 21:54:13 +00:00
parent b656c20cf1
commit 6ebe44d22f

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;
}