diff options
author | Lang Hames <lhames@gmail.com> | 2025-06-21 19:31:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-21 19:31:51 +1000 |
commit | d6a486c221c1a2d18e88ca39279bcf1675fe7723 (patch) | |
tree | ebfffba5a298645139d37d45aad0d677a1bc5ba5 /clang/lib/Sema/SemaModule.cpp | |
parent | 2f5d965bb59879c1604d0308385b30565785d412 (diff) | |
download | llvm-d6a486c221c1a2d18e88ca39279bcf1675fe7723.zip llvm-d6a486c221c1a2d18e88ca39279bcf1675fe7723.tar.gz llvm-d6a486c221c1a2d18e88ca39279bcf1675fe7723.tar.bz2 |
[ORC] Apply MachO::CPU_SUBTYPE_MASK to comparison in getDylibInterfac… (#145154)
…eFromDylib.
When comparing CPU subtypes from slices in a MachO universal binary we
need to apply the MachO::CPU_SUBTYPE_MASK to mask out any flags in the
high bits, otherwise we might fail to correctly match a slice and return
a spurious "does not contain slice" error.
rdar://153913779
Diffstat (limited to 'clang/lib/Sema/SemaModule.cpp')
0 files changed, 0 insertions, 0 deletions