diff options
author | Maksim Panchenko <maks@fb.com> | 2022-05-31 14:50:19 -0700 |
---|---|---|
committer | Maksim Panchenko <maks@fb.com> | 2022-06-13 00:14:43 -0700 |
commit | 8f6512fea000c3a0d394864bb94e524bee375069 (patch) | |
tree | 8f1188e09f5200b1cbb1f4f2df63953d3abd5c7e /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | b1c300fe6849a053482d117c7d3fa425da9a7430 (diff) | |
download | llvm-8f6512fea000c3a0d394864bb94e524bee375069.zip llvm-8f6512fea000c3a0d394864bb94e524bee375069.tar.gz llvm-8f6512fea000c3a0d394864bb94e524bee375069.tar.bz2 |
[X86][Disassembler] Fix displacement operand size for symbolizer
On 64-bit X86, 0x66 operand-size override prefix will change the size of
the instruction operand, e.g. from 32 bits to 16 bits, but it will not
modify the size of the displacement operand used for memory addressing,
which will always be 32 bits.
Reviewed By: skan, rafauler
Differential Revision: https://reviews.llvm.org/D126726
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions