Test commit, add an empty line.

llvm-svn: 361186
This commit is contained in:
Tiancong Wang 2019-05-20 18:46:25 +00:00
parent ef7e4d530c
commit af4219adf5
1 changed files with 1 additions and 0 deletions

View File

@ -1727,6 +1727,7 @@ template <class ELFT> void LinkerDriver::link(opt::InputArgList &Args) {
readCallGraphsFromObjectFiles<ELFT>();
}
// Write the result to the file.
writeResult<ELFT>();
}