[Openmp-commits] [PATCH] D135552: [OpenMP] kmp_affinity.h: add missing #else

Fangrui Song via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Oct 25 19:53:43 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3f9d51ab5a1d: [OpenMP] kmp_affinity.h: add missing #else (authored by wzssyqa, committed by MaskRay).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135552/new/

https://reviews.llvm.org/D135552

Files:
  openmp/runtime/src/kmp_affinity.h


Index: openmp/runtime/src/kmp_affinity.h
===================================================================
--- openmp/runtime/src/kmp_affinity.h
+++ openmp/runtime/src/kmp_affinity.h
@@ -254,6 +254,7 @@
 #elif __NR_sched_getaffinity != 5196
 #error Wrong code for getaffinity system call.
 #endif /* __NR_sched_getaffinity */
+#else
 #error Unknown or unsupported architecture
 #endif /* KMP_ARCH_* */
 #elif KMP_OS_FREEBSD


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135552.470685.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221026/5c3ee72f/attachment.bin>


More information about the Openmp-commits mailing list