[testcase][OpenMP] Fix the testcase error of check-all when DCLANG_DEFAULT_OPENMP_RUN...
authorZi Xuan Wu (Zeson) <zixuan.wu@linux.alibaba.com>
Thu, 20 Oct 2022 01:44:38 +0000 (09:44 +0800)
committerZi Xuan Wu <zixuan.wu@linux.alibaba.com>
Thu, 20 Oct 2022 02:19:37 +0000 (10:19 +0800)
commit55c2137939d8e12c064cedcda21108c239dddf8e
tree20a2803ecae9aa6c27b6f7d6ceb24d11c99fe76d
parent0487f4b4013741db6fc86f409cc4abaf0460a1de
[testcase][OpenMP] Fix the testcase error of check-all when DCLANG_DEFAULT_OPENMP_RUNTIME is not libomp

When DCLANG_DEFAULT_OPENMP_RUNTIME is set to libgomp, there is some check-all error.
The expected CHECK result only displays when fopenmp=libomp is specified explicitly.

Differential Revision: https://reviews.llvm.org/D136239
clang/test/Driver/fopenmp.c
clang/test/Index/openmp-tile.c