mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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:
parent
c9e64b5943
commit
da17eb62f7
@ -31,7 +31,6 @@ int LLI::ExecuteProgram(const std::string &Bytecode,
|
||||
|
||||
std::vector<const char*> LLIArgs;
|
||||
LLIArgs.push_back(LLIPath.c_str());
|
||||
LLIArgs.push_back("-abort-on-exception");
|
||||
LLIArgs.push_back("-quiet");
|
||||
LLIArgs.push_back("-force-interpreter=true");
|
||||
LLIArgs.push_back(Bytecode.c_str());
|
||||
|
@ -31,7 +31,6 @@ int LLI::ExecuteProgram(const std::string &Bytecode,
|
||||
|
||||
std::vector<const char*> LLIArgs;
|
||||
LLIArgs.push_back(LLIPath.c_str());
|
||||
LLIArgs.push_back("-abort-on-exception");
|
||||
LLIArgs.push_back("-quiet");
|
||||
LLIArgs.push_back("-force-interpreter=true");
|
||||
LLIArgs.push_back(Bytecode.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user