Skip to content

Commit 1f6e89e

Browse files
committed
replace tip with errorSupplemental
1 parent cbf5c99 commit 1f6e89e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/tool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ llvm::SmallVector<std::string, 2> findCCFallback() {
127127
error(Loc(), "could not find C compiler `%s`", choices[0][0].c_str());
128128
} else {
129129
error(Loc(), "could not find a C cross-compiler for this cross-compilation");
130-
tip("make sure you have a compiler like `%s` installed and set $CC or pass -gcc accordingly", choices[0][0].c_str());
130+
errorSupplemental(Loc(), "make sure you have a compiler like `%s` installed and set $CC or pass -gcc accordingly", choices[0][0].c_str());
131131
}
132132

133133
fatal();

0 commit comments

Comments
 (0)