summaryrefslogtreecommitdiff
path: root/user/llvm14/ppc-test.patch
AgeCommit message (Collapse)AuthorFilesLines
2024-12-04user/llvm14: Move to bootstrap/A. Wilcox1-13/+0
Package is only needed by Rust bootstrap packages.
2022-11-28user/llvm14: Fix tests on 32-bit machinesA. Wilcox1-0/+13
* 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