search for: r145408

Displaying 1 result from an estimated 1 matches for "r145408".

2013 Jan 18
1
[LLVMdev] ELFObjectFile::getSymbolFileOffset
...s been in place since getSymbolOffset was created (in lib/Object/ELFObjectFile.cpp, r139683) based on an earlier getSymbolAddress implementation and wasn't updated when other aspects of the function were corrected and the function was renamed getSymbolFileOffset(in lib/Object/ELFObjectFile.cpp, r145408) . Here's the change I'm proposing (also attached as a patch file): Index: include/llvm/Object/ELF.h =================================================================== --- include/llvm/Object/ELF.h (revision 172846) +++ include/llvm/Object/ELF.h (working copy) @@ -1000,7 +1000,7 @@...