[all-commits] [llvm/llvm-project] 55c213: [testcase][OpenMP] Fix the testcase error of check...
Zi Xuan Wu (Zeson) via All-commits
all-commits at lists.llvm.org
Wed Oct 19 19:20:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55c2137939d8e12c064cedcda21108c239dddf8e
https://github.com/llvm/llvm-project/commit/55c2137939d8e12c064cedcda21108c239dddf8e
Author: Zi Xuan Wu (Zeson) <zixuan.wu at linux.alibaba.com>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M clang/test/Driver/fopenmp.c
M clang/test/Index/openmp-tile.c
Log Message:
-----------
[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
More information about the All-commits
mailing list