mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 19:43:38 +08:00
[ELF] Small grammar fix. NFC
The whole consists of the parts, not the other way around. llvm-svn: 322042
This commit is contained in:
@@ -117,7 +117,7 @@ template <class ELFT> void SymbolTable::addFile(InputFile *File) {
|
||||
// not in native object file format but in the LLVM bitcode format.
|
||||
// This function compiles bitcode files into a few big native files
|
||||
// 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.
|
||||
template <class ELFT> void SymbolTable::addCombinedLTOObject() {
|
||||
if (BitcodeFiles.empty())
|
||||
|
||||
Reference in New Issue
Block a user