mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 12:09:51 +00:00
llvm with tablegen backend for capstone disassembler
da276d73c7
Summary: Handle R_X86_64_64 the same way as R_X86_64_32; `getSizeForType` takes care of the size: ```x86_64 ABI relocation types Name Value Field Calculation R_X86_64_64 1 word64 S + A R_X86_64_32 10 word32 S + A ``` (cherry picked from FBD29370417) |
||
---|---|---|
bolt |