[Openmp-commits] [PATCH] [OpenMP] Allow build on FreeBSD

Jonathan Peyton jonathan.l.peyton at intel.com
Fri May 15 13:01:30 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9798

Files:
  openmp/trunk/runtime/src/kmp_ftn_entry.h

Index: openmp/trunk/runtime/src/kmp_ftn_entry.h
===================================================================
--- openmp/trunk/runtime/src/kmp_ftn_entry.h
+++ openmp/trunk/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.25890.patch
Type: text/x-patch
Size: 357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150515/fee5c184/attachment.bin>


More information about the Openmp-commits mailing list