[Openmp-commits] [PATCH] D12911: Correct an incorrect OMPT ifdef

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Fri Sep 18 09:26:19 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248001: [OMPT] Correct an incorrect OMPT ifdef  (authored by jlpeyton).

Changed prior to commit:
  http://reviews.llvm.org/D12911?vs=34912&id=35092#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12911

Files:
  openmp/trunk/runtime/src/kmp_barrier.cpp

Index: openmp/trunk/runtime/src/kmp_barrier.cpp
===================================================================
--- openmp/trunk/runtime/src/kmp_barrier.cpp
+++ openmp/trunk/runtime/src/kmp_barrier.cpp
@@ -1514,7 +1514,7 @@
 
 #if OMPT_SUPPORT
     if (ompt_status & ompt_status_track) {
-#if OMPT_TRACE
+#if OMPT_BLAME
         if ((ompt_status == ompt_status_track_callback) &&
             ompt_callbacks.ompt_callback(ompt_event_barrier_end)) {
             ompt_callbacks.ompt_callback(ompt_event_barrier_end)(


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12911.35092.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150918/e731baa1/attachment.bin>


More information about the Openmp-commits mailing list