summaryrefslogtreecommitdiff
path: root/user/llvm14/dwarf-info.patch
AgeCommit message (Collapse)AuthorFilesLines
2022-12-01user/llvm14: Fix DWARF patch for x86A. Wilcox1-1/+1
It turns out we *have* to specify signedness or we have incorrect results on systems with signed-char by default (aka x86). Tested on ppc64 and x86_64 and both pass tests now. Fixes: #911
2022-11-28user/llvm14: Fix tests on 32-bit machinesA. Wilcox1-0/+28
* 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