[compiler-rt] [win/asan] Add a test skeleton for function GetInstructionSize. (PR #116948)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 13:16:05 PST 2024


bernhardu wrote:

Changes in v2:
- Really left just SIZE_T in the header.
- s/unsigned int/unsigned/
- s/InstructionSizeData_t/InstructionSizeData/
- s/byteIndex/i/
- s/arrayIndex/i/
- checked commit with `git-clang-format --diff 47ef5c4b7f85`


https://github.com/llvm/llvm-project/pull/116948


More information about the llvm-commits mailing list