Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|