summaryrefslogtreecommitdiff
path: root/user/llvm14/macho32.patch
AgeCommit message (Collapse)AuthorFilesLines
2022-11-28user/llvm14: Fix tests on 32-bit machinesA. Wilcox1-0/+17
* DWARF info patch fixes issue seen on ARMv7 and PPC. * Dyld patch fixes OrcJIT on PPC (also needed for mesa). * MachO fix is being sent upstream and affects all 32-bit CPUs. * PPC test fix is already upstream, backported to 14 branch. Fixes: #846