We need to parse mArch ourselves now

Build fix for LLVM r75890
This commit is contained in:
Benjamin Kramer 2009-07-17 19:23:20 +02:00
parent 7359448063
commit ac5bd294ca
3 changed files with 22 additions and 12 deletions

View file

@ -205,8 +205,7 @@ cl::opt<std::string> moduleDepsFile("deps",
cl::value_desc("filename"));
cl::opt<const llvm::TargetMachineRegistry::entry*, false,
llvm::RegistryParser<llvm::TargetMachine> > mArch("march",
cl::opt<std::string> mArch("march",
cl::desc("Architecture to generate code for:"));
cl::opt<bool> m32bits("m32",