mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
Print out newline in both cases.
llvm-svn: 263401
This commit is contained in:
@@ -88,7 +88,8 @@ void elf::printVersion() {
|
||||
outs() << "LLD " << getLLDVersion();
|
||||
std::string S = getLLDRepositoryVersion();
|
||||
if (!S.empty())
|
||||
outs() << " " << S << "\n";
|
||||
outs() << " " << S;
|
||||
outs() << "\n";
|
||||
}
|
||||
|
||||
std::string elf::findFromSearchPaths(StringRef Path) {
|
||||
|
||||
Reference in New Issue
Block a user