[Openmp-commits] [PATCH] D12998: Overhaul OMPT initialization	interface
    Jonas Hahnfeld via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Mon Sep 21 00:41:38 PDT 2015
    
    
  
Hahnfeld added a subscriber: Hahnfeld.
Hahnfeld accepted this revision.
Hahnfeld added a reviewer: Hahnfeld.
Hahnfeld added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: runtime/src/ompt-general.c:135
@@ +134,3 @@
+        ompt_initialize_fn = ompt_tool();
+	if (ompt_initialize_fn) {
+          ompt_status = ompt_status_track_callback;
----------------
Wrong indention (can be fixed on commit)
Repository:
  rL LLVM
http://reviews.llvm.org/D12998
    
    
More information about the Openmp-commits
mailing list