[PATCH] D113049: [AIX] Disable tests that fail because of no 64-bit XCOFF object file support
Jinsong Ji via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 23 07:33:21 PST 2021
jsji added a comment.
Thanks, looks much better now.
================
Comment at: clang/test/ClangScanDeps/modules-full-by-mod-name.cpp:1
+// UNSUPPORTED: powerpc64-ibm-aix
// RUN: rm -rf %t.dir
----------------
there is no `fmodule-format=obj` here, why are we failing here?
================
Comment at: clang/test/lit.cfg.py:259
+if 'aix' in config.target_triple:
+ for directory in ('/CodeGenCXX', '/Misc', '/Modules', '/PCH'):
+ exclude_unsupported_files_for_aix(config.test_source_root + directory)
----------------
Why not adding `ASTMerge` and its subfolders?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113049/new/
https://reviews.llvm.org/D113049
More information about the cfe-commits
mailing list