forked from OSchip/llvm-project
[ELF] Small grammar fix. NFC
The whole consists of the parts, not the other way around. llvm-svn: 322042
This commit is contained in:
parent
0657e5c3f2
commit
c1ca8065b5
|
@ -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())
|
||||||
|
|
Loading…
Reference in New Issue