mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-02 19:24:25 +00:00
LLI no longer has -abort-on-exception
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -31,7 +31,6 @@ int LLI::ExecuteProgram(const std::string &Bytecode,
|
|||||||
|
|
||||||
std::vector<const char*> LLIArgs;
|
std::vector<const char*> LLIArgs;
|
||||||
LLIArgs.push_back(LLIPath.c_str());
|
LLIArgs.push_back(LLIPath.c_str());
|
||||||
LLIArgs.push_back("-abort-on-exception");
|
|
||||||
LLIArgs.push_back("-quiet");
|
LLIArgs.push_back("-quiet");
|
||||||
LLIArgs.push_back("-force-interpreter=true");
|
LLIArgs.push_back("-force-interpreter=true");
|
||||||
LLIArgs.push_back(Bytecode.c_str());
|
LLIArgs.push_back(Bytecode.c_str());
|
||||||
|
@ -31,7 +31,6 @@ int LLI::ExecuteProgram(const std::string &Bytecode,
|
|||||||
|
|
||||||
std::vector<const char*> LLIArgs;
|
std::vector<const char*> LLIArgs;
|
||||||
LLIArgs.push_back(LLIPath.c_str());
|
LLIArgs.push_back(LLIPath.c_str());
|
||||||
LLIArgs.push_back("-abort-on-exception");
|
|
||||||
LLIArgs.push_back("-quiet");
|
LLIArgs.push_back("-quiet");
|
||||||
LLIArgs.push_back("-force-interpreter=true");
|
LLIArgs.push_back("-force-interpreter=true");
|
||||||
LLIArgs.push_back(Bytecode.c_str());
|
LLIArgs.push_back(Bytecode.c_str());
|
||||||
|
Reference in New Issue
Block a user