mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
Fix bugpoint to run -llc-safe with -Xlinker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -260,7 +260,7 @@ std::string BugDriver::executeProgram(std::string OutputFile,
|
||||
// as the GCCArgs.
|
||||
int RetVal = 0;
|
||||
if (InterpreterSel == RunLLC || InterpreterSel == RunCBE ||
|
||||
InterpreterSel == CBE_bug)
|
||||
InterpreterSel == CBE_bug || InterpreterSel == LLC_Safe)
|
||||
RetVal = AI->ExecuteProgram(BytecodeFile, InputArgv, InputFile,
|
||||
OutputFile, AdditionalLinkerArgs, SharedObjs,
|
||||
Timeout, MemoryLimit);
|
||||
|
Reference in New Issue
Block a user