Ok, return an explicit path to the shared object, unbreaking code generator
authorChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 21:54:13 +0000 (21:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 21:54:13 +0000 (21:54 +0000)
debugging with the JIT

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9273 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/ExecutionDriver.cpp

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