Age | Commit message (Collapse) | Author | Files | Lines |
|
Full debug-info for LLVM causes multiple failures on 32-bit builders,
including with the linker, scanelf, and tar.
On 32-bit only, use -ggdb1 to reduce the level of debuginfo output.
Since debug information is reduced, we no longer need the `strip`
command from #797.
Closes: #1251, #1253
|
|
Backport the GCC miscompile workaround from LLVM 18.
Use the old x87 excess precision behaviour to fix most of the tests.
Still no idea why 32-bit Intel wants new shiny colours for the graph.
Closes: #1200, #1202, #1204, #1223
|
|
|
|
|
|
|
|
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
|
|
* 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
|
|
fixes #797.
|
|
|
|
- Install utility binaries, required by Clang test suite.
- Set large thread stack size for llvm-lto2.
|
|
|
|
|