diff options
author | Lang Hames <lhames@gmail.com> | 2020-04-16 15:53:00 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2020-04-16 16:17:36 -0700 |
commit | 386f1c114d5952c13760cb3368d41d09d8ba099c (patch) | |
tree | fcaf22502313c9b9b37775752b11fed050640dfe /llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp | |
parent | 9a709dd2bb452883e1f1cf626d60c3f03801a9f3 (diff) | |
download | llvm-386f1c114d5952c13760cb3368d41d09d8ba099c.zip llvm-386f1c114d5952c13760cb3368d41d09d8ba099c.tar.gz llvm-386f1c114d5952c13760cb3368d41d09d8ba099c.tar.bz2 |
[Object] Remove conditional layout of bitfields in MachO::relocation_info.
This removes the conditional layout of relocation_info bitfields that was
introduced in 3ccd677bf (svn r358839). The platform relocation_info
struct (defined in usr/include/mach-o/reloc.h) does not define the layout of
this struct differently on big-endian platforms and we want to keep the LLVM
and platform definitions in sync.
To fix the bug that 3ccd677bf addressed this patch modifies JITLink to construct
its relocation_info structs from the raw relocation words using shift and mask
operations.
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp')
0 files changed, 0 insertions, 0 deletions