[PATCH] D60917: Enable OpenMP build for 32-bit FreeBSD

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 12:32:46 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rOMP359716: Enable OpenMP build for 32-bit FreeBSD (authored by dim, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60917?vs=195903&id=197613#toc

Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D60917

Files:
  runtime/src/kmp_runtime.cpp


Index: runtime/src/kmp_runtime.cpp
===================================================================
--- runtime/src/kmp_runtime.cpp
+++ runtime/src/kmp_runtime.cpp
@@ -8256,7 +8256,7 @@
 
 #elif KMP_ARCH_X86 || KMP_ARCH_ARM || KMP_ARCH_AARCH || KMP_ARCH_MIPS
 
-#if KMP_OS_LINUX || KMP_OS_WINDOWS || KMP_OS_HURD
+#if KMP_OS_LINUX || KMP_OS_FREEBSD || KMP_OS_WINDOWS || KMP_OS_HURD
 
     // basic tuning
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60917.197613.patch
Type: text/x-patch
Size: 409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190501/0f2d13a3/attachment.bin>


More information about the llvm-commits mailing list