mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 09:31:03 +03:00
Merge remote-tracking branch 'origin/master' into merge-2.102
This commit is contained in:
commit
2f44a281f9
12 changed files with 161 additions and 62 deletions
|
@ -419,7 +419,7 @@ cl::opt<std::string> mTargetTriple("mtriple", cl::ZeroOrMore,
|
|||
cl::desc("Override target triple"));
|
||||
|
||||
cl::opt<std::string>
|
||||
mABI("mabi", cl::ZeroOrMore, cl::Hidden, cl::init(""),
|
||||
mABI("mabi", cl::ZeroOrMore, cl::init(""),
|
||||
cl::desc("The name of the ABI to be targeted from the backend"));
|
||||
|
||||
static Strings *pModFileAliasStrings = &global.params.modFileAliasStrings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue