[all-commits] [llvm/llvm-project] 9e3e33: [OpenMP] libomp: fix non-X86, non-AARCH64 builds

Andrey Churbanov via All-commits all-commits at lists.llvm.org
Wed Nov 25 09:40:58 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e3e332d273b80b5167ac35f8dcfa7178e45c5e9
      https://github.com/llvm/llvm-project/commit/9e3e332d273b80b5167ac35f8dcfa7178e45c5e9
  Author: AndreyChurbanov <andrey.churbanov at intel.com>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M openmp/runtime/src/z_Linux_asm.S

  Log Message:
  -----------
  [OpenMP] libomp: fix non-X86, non-AARCH64 builds

Commit https://reviews.llvm.org/rG7b5254223acbf2ef9cd278070c5a84ab278d7e5f
broke the build for some architectures, because macro KMP_PREFIX_UNDERSCORE
was defined only for x86, x86_64 and aarch64. This patch defines it for other
architectures (as a no-op).

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




More information about the All-commits mailing list