[test] [runtime] Do not include alloca.h on NetBSD
authorMichal Gorny <mgorny@gentoo.org>
Tue, 11 Dec 2018 15:39:30 +0000 (15:39 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Tue, 11 Dec 2018 15:39:30 +0000 (15:39 +0000)
commit3815b9f5f912377b9ad53f728f99d9adeee2d5a7
treeec6ce9e0a97290bf8935ca96fb266f3b666f7890
parent7bbc1a782f98691be1d0f1799be675da9255c11b
[test] [runtime] Do not include alloca.h on NetBSD

On NetBSD, alloca() is in stdlib.h and there is no alloca.h.  Adjust
the includes appopriately.

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

llvm-svn: 348856
openmp/runtime/test/ompt/misc/interoperability.cpp