summaryrefslogtreecommitdiff
path: root/user/llvm14
AgeCommit message (Collapse)AuthorFilesLines
2023-09-14user/llvm14: disable LD_PRELOAD-affected tests. fixes #1053.Zach van Rijn1-3/+10
2023-05-12remove erroneous files. fixes #828.Zach van Rijn1-33/+0
2022-12-01user/llvm14: Fix DWARF patch for x86A. Wilcox2-2/+2
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. Wilcox5-6/+90
* 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
2022-10-21user/llvm14: strip 'libLLVM-*.so' as may be too large for 32-bit systems. ↵Zach van Rijn1-34/+29
fixes #797.
2022-10-21user/llvm14: disable problematic tests on 32-bit systems. fixes #785.A. Wilcox1-0/+12
2022-10-21user/llvm14: Update to 14.0.6, fix issuesA. Wilcox1-3/+8
- Install utility binaries, required by Clang test suite. - Set large thread stack size for llvm-lto2.
2022-10-21user/llvm14: Mark roundeven* unavailable on muslA. Wilcox2-1/+52
2022-10-21user/llvm14: New packageA. Wilcox8-0/+541