projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b656c20
)
Ok, return an explicit path to the shared object, unbreaking code generator
author
Chris Lattner
<sabre@nondot.org>
Sun, 19 Oct 2003 21:54:13 +0000
(21:54 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/tools/bugpoint/ExecutionDriver.cpp
b/tools/bugpoint/ExecutionDriver.cpp
index 28ab9ff18da3a9f73bc9bee092113eecac190cea..635a691822d28b2c909061d9d6fbe9313f02cd18 100644
(file)
--- a/
tools/bugpoint/ExecutionDriver.cpp
+++ b/
tools/bugpoint/ExecutionDriver.cpp
@@
-172,7
+172,7
@@
std::string BugDriver::compileSharedObject(const std::string &BytecodeFile) {
// Remove the intermediate C file
removeFile(OutputCFile);
- return SharedObjectFile;
+ return
"./" +
SharedObjectFile;
}