[clang][AIX] Remove test for the default OpenMP runtime
authorwangpc <pc.wang@linux.alibaba.com>
Wed, 8 Feb 2023 09:46:02 +0000 (17:46 +0800)
committerwangpc <pc.wang@linux.alibaba.com>
Wed, 8 Feb 2023 09:47:52 +0000 (17:47 +0800)
commit5ae99be0377248c74346096dc475af254a3fc799
treed1b6f399b1c39d54aae4c492b8f6d40a5abecc06
parentd3188c7f14573d89a966b6194d927de2689e1d9a
[clang][AIX] Remove test for the default OpenMP runtime

The default OpenMP runtime may not be libomp since it can be changed
by specified `CLANG_DEFAULT_OPENMP_RUNTIME`. This test will fail if
we change the default OpenMP runtime.

This patch removes test for the default OpenMP runtime and moves the
CHECKs downward.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D143549
clang/test/Driver/aix-ld.c