[all-commits] [llvm/llvm-project] fbf52c: [AIX] Disable tests that fail because of no 64-bit...
Jake Egan via All-commits
all-commits at lists.llvm.org
Sun Jan 9 09:27:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbf52caf58b3270c84e1cd3f399345272cca09a1
https://github.com/llvm/llvm-project/commit/fbf52caf58b3270c84e1cd3f399345272cca09a1
Author: Jake Egan <jakeegan10 at gmail.com>
Date: 2022-01-09 (Sun, 09 Jan 2022)
Changed paths:
M clang/test/ASTMerge/codegen-body/test.c
M clang/test/ClangScanDeps/modules-full-by-mod-name.cpp
M clang/test/ClangScanDeps/resource_directory.c
M clang/test/lit.cfg.py
M llvm/test/LTO/X86/remangle_intrinsics.ll
M llvm/test/lit.cfg.py
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Log Message:
-----------
[AIX] Disable tests that fail because of no 64-bit XCOFF object file support
The modified tests fail because 64-bit XCOFF object files are not currently supported on AIX. This patch disables these tests on 64-bit AIX for now.
This patch is similar to D111887 except the failures on this patch are on a 64-bit build.
Reviewed By: shchenz, #powerpc
Differential Revision: https://reviews.llvm.org/D113049
More information about the All-commits
mailing list