mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-26 17:43:14 +01:00
We need to parse mArch ourselves now
Build fix for LLVM r75890
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user