diff options
Diffstat (limited to 'tools/llc/llc.cpp')
-rw-r--r-- | tools/llc/llc.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index 7b55c80..c976ee2 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -57,7 +57,8 @@ static cl::opt<bool> Fast("fast", static cl::opt<std::string> TargetTriple("mtriple", cl::desc("Override target triple for module")); -static cl::opt<const TargetMachineRegistry::Entry*, false, TargetNameParser> +static cl::opt<const TargetMachineRegistry::entry*, false, + TargetMachineRegistry::Parser> MArch("march", cl::desc("Architecture to generate code for:")); static cl::opt<std::string> |