[all-commits] [llvm/llvm-project] 5ae99b: [clang][AIX] Remove test for the default OpenMP ru...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Wed Feb 8 01:48:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ae99be0377248c74346096dc475af254a3fc799
https://github.com/llvm/llvm-project/commit/5ae99be0377248c74346096dc475af254a3fc799
Author: wangpc <pc.wang at linux.alibaba.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M clang/test/Driver/aix-ld.c
Log Message:
-----------
[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
More information about the All-commits
mailing list