[all-commits] [llvm/llvm-project] 06d9bf: [OpenMP] generate the Windows import library that ...

vadikp-intel via All-commits all-commits at lists.llvm.org
Mon Feb 13 10:35:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06d9bf5e64d472db5485815d9c3f70631064bb25
      https://github.com/llvm/llvm-project/commit/06d9bf5e64d472db5485815d9c3f70631064bb25
  Author: Vadim Paretsky (Intel Americas Inc) <b-vadipa at microsoft.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M openmp/runtime/cmake/LibompMicroTests.cmake
    M openmp/runtime/src/CMakeLists.txt
    M openmp/runtime/tools/generate-def.pl

  Log Message:
  -----------
  [OpenMP] generate the Windows import library that imports by name rather
than ordinal

This check-in changes the OpenMP build script to generate the Windows
import library that imports by name rather than ordinal to reduce
ordinals order dependency and promote runtime flavors compatibility
going forward. The existing ordinals ordering is preserved to maintain
backward compatibility.

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




More information about the All-commits mailing list