[Openmp-commits] [PATCH] D59736: Fix interoperability test compilation on FreeBSD
Dimitry Andric via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 25 11:37:00 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rOMP356936: Fix interoperability test compilation on FreeBSD (authored by dim, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59736?vs=191996&id=192170#toc
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59736/new/
https://reviews.llvm.org/D59736
Files:
runtime/test/ompt/misc/interoperability.cpp
Index: runtime/test/ompt/misc/interoperability.cpp
===================================================================
--- runtime/test/ompt/misc/interoperability.cpp
+++ runtime/test/ompt/misc/interoperability.cpp
@@ -3,7 +3,7 @@
#include <iostream>
#include <thread>
-#if !defined(__NetBSD__)
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
#include <alloca.h>
#else
#include <cstdlib>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59736.192170.patch
Type: text/x-patch
Size: 398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190325/e950847b/attachment-0001.bin>
More information about the Openmp-commits
mailing list