[all-commits] [llvm/llvm-project] 42102b: [AIX][NFC] Disable clang-repl tests failing due to...
Steven Wan via All-commits
all-commits at lists.llvm.org
Thu Nov 11 11:11:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42102bce98e527f994a7bc68b2255d9e0462f6eb
https://github.com/llvm/llvm-project/commit/42102bce98e527f994a7bc68b2255d9e0462f6eb
Author: Steven Wan <wanyu9511 at gmail.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M clang/unittests/Interpreter/InterpreterTest.cpp
Log Message:
-----------
[AIX][NFC] Disable clang-repl tests failing due to lack of 64-bit XCOFF support.
The following interpreter tests failed on AIX because 64-bit XCOFF object files are currently not supported on AIX. This patch disables the tests on AIX for the time being.
Reviewed By: Jake-Egan
Differential Revision: https://reviews.llvm.org/D113614
More information about the All-commits
mailing list