projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f91ab3
)
[Object/ELF] Change comment to reflect reality.
author
Davide Italiano
<davide@freebsd.org>
Fri, 18 Sep 2015 20:41:15 +0000
(20:41 +0000)
committer
Davide Italiano
<davide@freebsd.org>
Fri, 18 Sep 2015 20:41:15 +0000
(20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248032
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Object/ELF.h
patch
|
blob
|
history
diff --git
a/include/llvm/Object/ELF.h
b/include/llvm/Object/ELF.h
index e4f49ca0eb3943669da614b319d43e0cc20acc28..c32a02a8437bd5827d8880acff1a50d8f8f01881 100644
(file)
--- a/
include/llvm/Object/ELF.h
+++ b/
include/llvm/Object/ELF.h
@@
-86,7
+86,7
@@
public:
void getRelocationTypeName(uint32_t Type,
SmallVectorImpl<char> &Result) const;
- /// \brief Get the symbol
table section and symbol
for a given relocation.
+ /// \brief Get the symbol for a given relocation.
template <class RelT>
const Elf_Sym *getRelocationSymbol(const RelT *Rel,
const Elf_Shdr *SymTab) const;