Home | History | Annotate | Download | only in llvm-mcld

Lines Matching refs:MArch

97 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
1398 if (!MArch.empty()) {
1401 if (MArch == (*it)->get()->getName()) {
1408 errs() << argv[0] << ": error: invalid target '" << MArch << "'.\n";
1414 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch);
1424 << "Please use the -march option to explicitly select a target.\n"
1426 << " $ " << argv[0] << " -march=arm\n";