mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 21:06:33 +03:00
We need to parse mArch ourselves now
Build fix for LLVM r75890
This commit is contained in:
parent
7359448063
commit
ac5bd294ca
3 changed files with 22 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue