summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/ompt/tasks/explicit_task.c
diff options
context:
space:
mode:
authorJoachim Protze <protze@itc.rwth-aachen.de>2019-01-15 15:36:53 +0000
committerJoachim Protze <protze@itc.rwth-aachen.de>2019-01-15 15:36:53 +0000
commit2b46d30fc7049fc5cc5b9f98df654509bb4d61a2 (patch)
treee7fd23a7f6aa013b96787936e4785fb8e4f2bc5f /openmp/runtime/test/ompt/tasks/explicit_task.c
parentabdc13a08af81d2f6f196e4ecee88b0f1c1303c3 (diff)
downloadbcm5719-llvm-2b46d30fc7049fc5cc5b9f98df654509bb4d61a2.tar.gz
bcm5719-llvm-2b46d30fc7049fc5cc5b9f98df654509bb4d61a2.zip
[OMPT] Second chunk of final OMPT 5.0 interface updates
The omp-tools.h file is generated from the OpenMP spec to ensure that the interface is implemented as specified. The other changes are necessary to update the interface implementation to the final version as published in 5.0. The omp-tools.h header was previously called ompt.h, currently a copy under this name is installed for legacy tools. Patch partially perpared by @sconvent Reviewers: AndreyChurbanov, hbae, Hahnfeld Reviewed By: hbae Tags: #openmp, #ompt Differential Revision: https://reviews.llvm.org/D55579 llvm-svn: 351197
Diffstat (limited to 'openmp/runtime/test/ompt/tasks/explicit_task.c')
-rw-r--r--openmp/runtime/test/ompt/tasks/explicit_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/ompt/tasks/explicit_task.c b/openmp/runtime/test/ompt/tasks/explicit_task.c
index a986c48ee89..65bc1b2ddfd 100644
--- a/openmp/runtime/test/ompt/tasks/explicit_task.c
+++ b/openmp/runtime/test/ompt/tasks/explicit_task.c
@@ -1,4 +1,4 @@
-// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
+// RUN: %libomp-compile-and-run | %sort-threads | tee %s.out | FileCheck %s
// REQUIRES: ompt
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
#define TEST_NEED_PRINT_FRAME_FROM_OUTLINED_FN
OpenPOWER on IntegriCloud