summaryrefslogtreecommitdiff
path: root/user/clang/ppc-interp.patch
AgeCommit message (Collapse)AuthorFilesLines
2022-12-05user/clang: Disable tests on PowerPCA. Wilcox1-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