[all-commits] [llvm/llvm-project] 5a15ca: [OpenMP] Fix GCC build issues and restore "Additio...

Natalia Glagoleva via All-commits all-commits at lists.llvm.org
Mon Apr 24 11:56:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a15ca7f10bcba55a2f51281b1562cf5095ae015
      https://github.com/llvm/llvm-project/commit/5a15ca7f10bcba55a2f51281b1562cf5095ae015
  Author: Natalia Glagoleva <natgla at microsoft.com>
  Date:   2023-04-24 (Mon, 24 Apr 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 (unallowed typename keyword use) in and restores
https://reviews.llvm.org/D148393

Differential Revision: https://reviews.llvm.org/D149010




More information about the All-commits mailing list