User Details
- User Since
- Feb 28 2019, 10:08 AM (212 w, 10 h)
Thu, Mar 16
gentle ping. if you have time , would you like to take sometime to review @jhenderson
Wed, Mar 15
add a redzone boundary test case
fixed part of comment.
Tue, Mar 14
Thu, Mar 9
gentle ping.
Wed, Mar 8
Tue, Mar 7
Thu, Mar 2
LGTM
Mon, Feb 27
Fri, Feb 24
fixed a bug
Feb 16 2023
Feb 13 2023
Feb 6 2023
In my previous implementation, It will only work on big archives with an empty global symbol table. if there is already a global symbol table (regardless of whether it's 32-bit or 64-bit) in the big archive, then llvm-ranlib -X will not do anything. (For example, if a big archive has a 64-bit global symbol table, then llvm-ranlib -X32 will not do anything). This is different from the AIX ranlib, where if there is only a 64-bit global symbol table, then -X32 will generate a 32-bit global symbol table, resulting in both the 32-bit and 64-bit global symbol tables being present in the big archive at the same time. I added the new functionality as AIX OS "ranlib"
Feb 3 2023
address comment and add bit code into test case.
Feb 2 2023
address comment .
Feb 1 2023
run git format
Jan 30 2023
LGTM.
when using CMake versions >= 3.22 we'll pickup the built llvm-ranlib by default if it's in the path (which it is when doing a sub build via llvm_ExternalProject_Add for the runtimes),
Jan 26 2023
Jan 24 2023
Gentle Ping.
Jan 12 2023
LGTM
Jan 4 2023
Dec 15 2022
Dec 14 2022
Dec 13 2022
added --traceback-table imply --disassemble-all and addressed comments.
thanks for adding a new malform empty archive test case.
Dec 12 2022
LGTM
Dec 9 2022
LGTM , but wait for several days to see whether other reviewer has comment or not.
Dec 8 2022
added decode size of relocation type in --expand-relocs
Dec 7 2022
added a new no expand relocation format.
Dec 6 2022
Dec 5 2022
Dec 2 2022
address James' comment. thanks James.
Dec 1 2022
added a new test case to test invalid symbol name for relocation.
Nov 28 2022
address James' comment
Nov 25 2022
addressed comment , rebased the patch , changed the test case from using canned xcoff object file to using yaml2obj.
Nov 23 2022
address James's comment. thanks @jhenderson
Nov 21 2022
Nov 18 2022
Nov 17 2022
Nov 16 2022
Nov 15 2022
Nov 14 2022
change the description to 'support the relocation overflow section."
Nov 11 2022
LGTM, please wait for several days and Hubert maybe has comment on it. I do not think we need to check so many symbol items and relocation items in the test case, but I can not give any suggestion on it.
address James' comment
Nov 9 2022
address comment