[Openmp-commits] [PATCH] [OpenMP] Allow build on FreeBSD
Davide Italiano
dccitaliano at gmail.com
Fri May 15 11:45:33 PDT 2015
Hi AndreyChurbanov,
This allows openmp to be built on recent FreeBSD (11-CURRENT)
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9798
Files:
runtime/src/kmp_ftn_entry.h
Index: runtime/src/kmp_ftn_entry.h
===================================================================
--- runtime/src/kmp_ftn_entry.h
+++ runtime/src/kmp_ftn_entry.h
@@ -773,7 +773,7 @@
#if ! KMP_OS_LINUX
int FTN_STDCALL
-FTN_IS_INITIAL_DEVICE( void )
+xexpand(FTN_IS_INITIAL_DEVICE)( void )
{
return 1;
}
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9798.25885.patch
Type: text/x-patch
Size: 318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150515/5513c529/attachment.bin>
More information about the Openmp-commits
mailing list