[all-commits] [llvm/llvm-project] 622d32: [OpenMP] kmp_affinity.h: add RISCV64 support

yabinc via All-commits all-commits at lists.llvm.org
Thu Nov 17 16:04:41 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 622d329148bd59c92ca1b2e891a25b4600c361fc
      https://github.com/llvm/llvm-project/commit/622d329148bd59c92ca1b2e891a25b4600c361fc
  Author: Yabin Cui <yabinc at google.com>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M openmp/runtime/src/kmp_affinity.h

  Log Message:
  -----------
  [OpenMP] kmp_affinity.h: add RISCV64 support

In D135552 the #else is added, which causes build error when
building openmp on RISCV64. This patch fixed the error:
   "Unknown or unsupported architecture"

Reviewed By: pirama

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




More information about the All-commits mailing list