[all-commits] [llvm/llvm-project] 8d8cca: [OpenMP] remove obsolete symbol defintions

vadikp-intel via All-commits all-commits at lists.llvm.org
Mon Mar 13 10:33:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d8cca05a268ee11b50e2347ba16dfc94260071b
      https://github.com/llvm/llvm-project/commit/8d8cca05a268ee11b50e2347ba16dfc94260071b
  Author: Vadim Paretsky <b-vadipa at microsoft.com>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M openmp/runtime/src/dllexports
    M openmp/runtime/src/kmp.h
    M openmp/runtime/src/kmp_global.cpp
    R openmp/runtime/src/kmp_import.cpp

  Log Message:
  -----------
  [OpenMP] remove obsolete symbol defintions

Some globals were used for enforcing certain linking rules in the Intel
OpenMP implementation's MSVC compatibility layer and are not applicable
to the LLVM implementation (kmp_import.cpp has already been removed from
the build).

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




More information about the All-commits mailing list