[ELF] Small grammar fix. NFC

The whole consists of the parts, not the other way around.

llvm-svn: 322042
This commit is contained in:
Shoaib Meenai 2018-01-08 23:18:16 +00:00
parent 0657e5c3f2
commit c1ca8065b5
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ template <class ELFT> void SymbolTable::addFile(InputFile *File) {
// not in native object file format but in the LLVM bitcode format. // not in native object file format but in the LLVM bitcode format.
// This function compiles bitcode files into a few big native files // This function compiles bitcode files into a few big native files
// using LLVM functions and replaces bitcode symbols with the results. // using LLVM functions and replaces bitcode symbols with the results.
// Because all bitcode files that consist of a program are passed // Because all bitcode files that the program consists of are passed
// to the compiler at once, it can do whole-program optimization. // to the compiler at once, it can do whole-program optimization.
template <class ELFT> void SymbolTable::addCombinedLTOObject() { template <class ELFT> void SymbolTable::addCombinedLTOObject() {
if (BitcodeFiles.empty()) if (BitcodeFiles.empty())