Merge remote-tracking branch 'origin/master' into merge-2.102

This commit is contained in:
Martin Kinkelin 2023-02-22 16:13:22 +01:00
commit 2f44a281f9
12 changed files with 161 additions and 62 deletions

View file

@ -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;