Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-17 | user/clang: Fixes for PPC32, and more generally | A. Wilcox | 1 | -10/+23 | |
* Fix upstream issue on all 32-bit BE platforms where pointers are cast in an invalid way, causing crashes when building C++ code. * Improve ppc-interp.patch to ensure *all* executable repl tests will be skipped when run on ppc32. * Disable known-flaky test (found on ppc, but also Gentoo/arm). Closes: #1255 | |||||
2024-10-17 | user/clang: Update to 18.1.8 | A. Wilcox | 1 | -10/+7 | |
2022-12-05 | user/clang: Disable tests on PowerPC | A. Wilcox | 1 | -0/+25 | |
The Interpreter unit-test is already disabled on AIX, so it is likely ABI-related. The other Interpreter test needs R_PPC_REL24 to be implemented in the LLVM RuntimeDyld to work. The DirectoryWatcher tests are all broken for unknown reasons, but don't affect actual compilation so we just skip them for now. Fixes: #848 |