[all-commits] [llvm/llvm-project] bd08f4: [clang-repl] Disable exception unittest on AIX.
Sunho Kim via All-commits
all-commits at lists.llvm.org
Thu Jul 28 06:49:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd08f413c089da5a56438cc8902f60df91a08a66
https://github.com/llvm/llvm-project/commit/bd08f413c089da5a56438cc8902f60df91a08a66
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
M clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
Log Message:
-----------
[clang-repl] Disable exception unittest on AIX.
AIX platform was not supported but it was not explicitly checked in exception test as it was excluded by isPPC() check.
More information about the All-commits
mailing list