[PATCH] D12998: Overhaul OMPT initialization interface
Jonathan Peyton via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 08:39:24 PDT 2015
jlpeyton added a comment.
Sorry, I missed one.
================
Comment at: runtime/src/kmp_runtime.c:6783
@@ -6774,3 +6782,3 @@
#if OMPT_SUPPORT
- ompt_init();
+ ompt_post_init();
#endif
----------------
I forgot this one, this is unnecessary as well.
Repository:
rL LLVM
http://reviews.llvm.org/D12998
More information about the llvm-commits
mailing list