[Openmp-commits] [PATCH] D58002: [OMPT] Remove test output from source tree
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Feb 11 08:15:15 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353715: [OMPT] Remove test output from source tree (authored by Hahnfeld, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D58002?vs=186119&id=186264#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58002/new/
https://reviews.llvm.org/D58002
Files:
openmp/trunk/runtime/test/ompt/tasks/explicit_task.c
Index: openmp/trunk/runtime/test/ompt/tasks/explicit_task.c
===================================================================
--- openmp/trunk/runtime/test/ompt/tasks/explicit_task.c
+++ openmp/trunk/runtime/test/ompt/tasks/explicit_task.c
@@ -1,4 +1,4 @@
-// RUN: %libomp-compile-and-run | %sort-threads | tee %s.out | FileCheck %s
+// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
// REQUIRES: ompt
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
#define TEST_NEED_PRINT_FRAME_FROM_OUTLINED_FN
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58002.186264.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190211/e94259be/attachment.bin>
More information about the Openmp-commits
mailing list