You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[JITLink] Use the union of ELF section permissions rdar://114207428.
Swift is currently generating multiple .rodata sections with a combination of
SHF_ALLOC and (SHF_ALLOC | SHF_WRITABLE) flags and this was tripping an assert
in the ELFLinkGraphBuilder. As a temporary workaround this patch just uses the
union of the requested permissions.
rdar://114207428
(cherry picked from commit ead32e1)
Conflicts:
llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
0 commit comments