[all-commits] [llvm/llvm-project] 7f5ad0: [OpenMP] libomp: fix build by cl with vs2019

Andrey Churbanov via All-commits all-commits at lists.llvm.org
Fri Jan 29 02:17:20 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f5ad0e07162e0c19e569986ee37a17c147c9a27
      https://github.com/llvm/llvm-project/commit/7f5ad0e07162e0c19e569986ee37a17c147c9a27
  Author: AndreyChurbanov <andrey.churbanov at intel.com>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M openmp/runtime/src/kmp_settings.cpp

  Log Message:
  -----------
  [OpenMP] libomp: fix build by cl with vs2019

Replace VLA with dynamic allocation using alloca().
This fixes https://bugs.llvm.org/show_bug.cgi?id=48919.

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




More information about the All-commits mailing list