mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Removing unintended code block from lli
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192205 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2565de926b
commit
eb59e4d5ac
@ -489,15 +489,6 @@ int main(int argc, char **argv, char * const *envp) {
|
|||||||
// Create the remote target.
|
// Create the remote target.
|
||||||
Target->create();
|
Target->create();
|
||||||
|
|
||||||
// FIXME: Don't commit like this. I don't think these calls are necessary.
|
|
||||||
#if 0
|
|
||||||
// Trigger compilation.
|
|
||||||
EE->generateCodeForModule(Mod);
|
|
||||||
|
|
||||||
// Get everything ready to execute.
|
|
||||||
EE->finalizeModule(Mod);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Since we're executing in a (at least simulated) remote address space,
|
// Since we're executing in a (at least simulated) remote address space,
|
||||||
// we can't use the ExecutionEngine::runFunctionAsMain(). We have to
|
// we can't use the ExecutionEngine::runFunctionAsMain(). We have to
|
||||||
// grab the function address directly here and tell the remote target
|
// grab the function address directly here and tell the remote target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user