[all-commits] [llvm/llvm-project] 074f12: [OpenMP] Fix the build on Windows
Yuki Okushi via All-commits
all-commits at lists.llvm.org
Thu Jun 9 06:13:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 074f12e46795c91ba2c0effe7b93c39af5b0a3ac
https://github.com/llvm/llvm-project/commit/074f12e46795c91ba2c0effe7b93c39af5b0a3ac
Author: Yuki Okushi <jtitor at 2k36.org>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M openmp/runtime/src/kmp.h
Log Message:
-----------
[OpenMP] Fix the build on Windows
The code expanded from kmp_barrier.h uses some `KMP_INTERNAL_*`s,
so the definitions have to be placed before it.
Fixes #55815
Differential Revision: https://reviews.llvm.org/D126873
More information about the All-commits
mailing list