[OpenMP] Fix broken build due to new OMPT tests
authorHansang Bae <hansang.bae@intel.com>
Mon, 5 Aug 2019 21:46:13 +0000 (21:46 +0000)
committerHansang Bae <hansang.bae@intel.com>
Mon, 5 Aug 2019 21:46:13 +0000 (21:46 +0000)
commitdcdbe6515b21e0f210d087536c6fee74cb9fe37e
treee44d60ad9554a154ac023bbd7e04f6cf12b3f070
parente757cadb07890c2d187c8415927c2ddf72144f30
[OpenMP] Fix broken build due to new OMPT tests

New OMPT tests with teams construct should be disabled for GCC as it
emits code with a GOMP entry not supported in the LLVM runtime.

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

llvm-svn: 367939
openmp/runtime/test/ompt/teams/parallel_team.c
openmp/runtime/test/ompt/teams/serial_teams.c
openmp/runtime/test/ompt/teams/serialized.c
openmp/runtime/test/ompt/teams/team.c