mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
* Reorder #includes
* Wrap a long line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8cad78698
commit
b687d82b02
@ -22,11 +22,11 @@ BUGPOINT NOTES:
|
||||
*/
|
||||
|
||||
#include "BugDriver.h"
|
||||
#include "llvm/Support/ToolRunner.h"
|
||||
#include "Support/CommandLine.h"
|
||||
#include "Support/Debug.h"
|
||||
#include "Support/FileUtilities.h"
|
||||
#include "Support/SystemUtils.h"
|
||||
#include "llvm/Support/ToolRunner.h"
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
using namespace llvm;
|
||||
@ -42,7 +42,8 @@ namespace {
|
||||
cl::opt<OutputType>
|
||||
InterpreterSel(cl::desc("Specify how LLVM code should be executed:"),
|
||||
cl::values(clEnumValN(AutoPick, "auto", "Use best guess"),
|
||||
clEnumValN(RunLLI, "run-int", "Execute with the interpreter"),
|
||||
clEnumValN(RunLLI, "run-int",
|
||||
"Execute with the interpreter"),
|
||||
clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
|
||||
clEnumValN(RunLLC, "run-llc", "Compile with LLC"),
|
||||
clEnumValN(RunCBE, "run-cbe", "Compile with CBE"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user