[Openmp-commits] [PATCH] D14565: Fix OMPT_TRACE/OMPT_BLAME definition inheritance (was: Missing include kmp_config.h)
Jonathan Peyton via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 11 09:33:02 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL252756: [OMPT] Remove unnecessary header in ompt-general.c (authored by jlpeyton).
Changed prior to commit:
http://reviews.llvm.org/D14565?vs=39921&id=39937#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14565
Files:
openmp/trunk/runtime/src/ompt-general.c
Index: openmp/trunk/runtime/src/ompt-general.c
===================================================================
--- openmp/trunk/runtime/src/ompt-general.c
+++ openmp/trunk/runtime/src/ompt-general.c
@@ -15,7 +15,6 @@
* ompt include files
****************************************************************************/
-#include "ompt-internal.h"
#include "ompt-specific.c"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14565.39937.patch
Type: text/x-patch
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151111/9318d303/attachment.bin>
More information about the Openmp-commits
mailing list