We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c3eaf4 + 887be95 commit cc2189bCopy full SHA for cc2189b
lib/Driver/DarwinToolChains.cpp
@@ -694,7 +694,7 @@ void toolchains::Darwin::addCommonFrontendArgs(
694
llvm::raw_string_ostream os(dwarfVersion);
695
os << "-dwarf-version=";
696
if (OI.DWARFVersion)
697
- os << *OI.DWARFVersion;
+ os << std::to_string(*OI.DWARFVersion);
698
else
699
os << getDWARFVersionForTriple(getTriple());
700
}
0 commit comments