llvm-project/openmp/runtime/test/ompt/misc
Dimitry Andric a70da7f29f Fix interoperability test compilation on FreeBSD
Summary:
While building the 8.0 releases on FreeBSD, I encountered the following
error in the regression tests, where ompt/misc/interoperability.cpp
failed to compile, with:

```
projects/openmp/runtime/test/ompt/misc/interoperability.cpp:7:10: fatal error: 'alloca.h' file not found
#include <alloca.h>
         ^~~~~~~~~~
```

Like on NetBSD, alloca(3) is defined in <stdlib.h> instead.

Reviewers: emaste, jlpeyton, krytarowski, mgorny, protze.joachim

Reviewed By: jlpeyton

Subscribers: jdoerfert, openmp-commits

Tags: #openmp

Differential Revision: https://reviews.llvm.org/D59736

llvm-svn: 356936
2019-03-25 18:37:49 +00:00
..
api_calls_from_other_thread.cpp [OMPT] First chunk of final OMPT 5.0 interface updates 2018-12-18 08:52:30 +00:00
api_calls_misc.c [OMPT] First chunk of final OMPT 5.0 interface updates 2018-12-18 08:52:30 +00:00
api_calls_places.c Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970 2018-12-13 10:04:10 +00:00
api_calls_without_ompt.c [OMPT] Make sure that OMPT is enabled when accessing internals of the runtime 2019-01-30 08:41:06 +00:00
control_tool.c [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC. 2019-03-01 21:16:45 +00:00
control_tool_no_ompt_support.c [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40 2018-12-15 09:23:39 +00:00
interoperability.cpp Fix interoperability test compilation on FreeBSD 2019-03-25 18:37:49 +00:00
threads.c [OMPT] Add testcases for thread_begin and thread_end callbacks 2018-07-02 09:13:30 +00:00
threads_nested.c [OMPT] Add synchronization to threads_nested.c testcase 2018-07-05 09:14:01 +00:00
unset_callback.c Add missing test case from D41171 commit 2017-12-21 14:36:36 +00:00