This is an archive of the discontinued LLVM Phabricator instance.

[clang][AIX] Remove test for the default OpenMP runtime
ClosedPublic

Authored by pcwang-thead on Feb 7 2023, 9:20 PM.

Details

Summary

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.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 9:20 PM
pcwang-thead requested review of this revision.Feb 7 2023, 9:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 9:20 PM
pcwang-thead edited the summary of this revision. (Show Details)Feb 7 2023, 9:21 PM
This revision is now accepted and ready to land.Feb 8 2023, 1:18 AM