mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +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:
parent
b656c20cf1
commit
6ebe44d22f
@ -172,7 +172,7 @@ std::string BugDriver::compileSharedObject(const std::string &BytecodeFile) {
|
||||
// Remove the intermediate C file
|
||||
removeFile(OutputCFile);
|
||||
|
||||
return SharedObjectFile;
|
||||
return "./" + SharedObjectFile;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user