mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +00:00
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:
@@ -172,7 +172,7 @@ std::string BugDriver::compileSharedObject(const std::string &BytecodeFile) {
|
|||||||
// Remove the intermediate C file
|
// Remove the intermediate C file
|
||||||
removeFile(OutputCFile);
|
removeFile(OutputCFile);
|
||||||
|
|
||||||
return SharedObjectFile;
|
return "./" + SharedObjectFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user