Skip to content

Commit dc6391f

Browse files
committed
fixup! clang-format
1 parent e79fe7f commit dc6391f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/AsmParser/LLParser.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5896,7 +5896,8 @@ bool LLParser::parseDICompileUnit(MDNode *&Result, bool IsDistinct) {
58965896
"'sourceLanguageName' on !DICompileUnit");
58975897

58985898
if (sourceLanguageVersion.Seen && !sourceLanguageName.Seen)
5899-
return error(Loc, "'sourceLanguageVersion' requires an associated 'sourceLanguageName' on !DICompileUnit");
5899+
return error(Loc, "'sourceLanguageVersion' requires an associated "
5900+
"'sourceLanguageName' on !DICompileUnit");
59005901

59015902
Result = DICompileUnit::getDistinct(
59025903
Context,

0 commit comments

Comments
 (0)