[PATCH] D12998: Overhaul OMPT initialization interface
Jonas Hahnfeld via llvm-commits
llvm-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 llvm-commits
mailing list