Patch introduces Config->is64Bit() and with help of that detemplates
GotPltSection and IgotPltSection sections
Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/Config.h | ||
---|---|---|
166 | Could this be is64Bit()? |
ELF/Config.h | ||
---|---|---|
166 | It seems is64Bit() is much more consistent with LLVM code. Still want me to rename it ? |
ELF/Config.h | ||
---|---|---|
166 | Yes please. |
Could this be is64Bit()?