[all-commits] [llvm/llvm-project] 3665e2: [OpenMP] Fix GCC build issues and restore "Additio...
vadikp-intel via All-commits
all-commits at lists.llvm.org
Fri May 12 15:15:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3665e2bdd1df50176670b2b14cbea0445e9c13a9
https://github.com/llvm/llvm-project/commit/3665e2bdd1df50176670b2b14cbea0445e9c13a9
Author: Vadim Paretsky <b-vadipa at microsoft.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
M openmp/runtime/src/dllexports
A openmp/runtime/src/kmp_collapse.cpp
A openmp/runtime/src/kmp_collapse.h
Log Message:
-----------
[OpenMP] Fix GCC build issues and restore "Additional APIs used by the MSVC compiler for loop collapse (rectangular and non-rectangular loops)"
Fixes a GCC build issue (an instance of unallowed typename keyword) and reworks memory allocation
to avoid the use of C++ library based primitives ) in and restores the earlier commit https://reviews.llvm.org/D148393
Differential Revision: https://reviews.llvm.org/D149010
More information about the All-commits
mailing list