diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-08-27 16:04:24 +0000 | 
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-08-27 16:04:24 +0000 | 
| commit | 073ee7d0a8662d6ee42581a6970daea9cd887191 (patch) | |
| tree | cb3344d8d85327177fb26dda919e0b41849a742a /llvm/lib | |
| parent | 97714bc14973e09347ef32a034a94306137394af (diff) | |
| download | bcm5719-llvm-073ee7d0a8662d6ee42581a6970daea9cd887191.tar.gz bcm5719-llvm-073ee7d0a8662d6ee42581a6970daea9cd887191.zip  | |
Fix comment.
llvm-svn: 162678
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/MC/ELFObjectWriter.cpp | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/lib/MC/ELFObjectWriter.cpp b/llvm/lib/MC/ELFObjectWriter.cpp index 7203b9a4bfa..6e37b5c1a03 100644 --- a/llvm/lib/MC/ELFObjectWriter.cpp +++ b/llvm/lib/MC/ELFObjectWriter.cpp @@ -270,9 +270,10 @@ class ELFObjectWriter : public MCObjectWriter {      /// ComputeSymbolTable - Compute the symbol table data      /// -    /// \param StringTable [out] - The string table data. -    /// \param StringIndexMap [out] - Map from symbol names to offsets in the -    /// string table. +    /// \param Asm - The assembler. +    /// \param SectionIndexMap - Maps a section to its index. +    /// \param RevGroupMap - Maps a signature symbol to the group section. +    /// \param NumRegularSections - Number of non-relocation sections.      void ComputeSymbolTable(MCAssembler &Asm,                              const SectionIndexMapTy &SectionIndexMap,                              RevGroupMapTy RevGroupMap,  | 

