[Openmp-commits] [PATCH] Add new files for OMPT

Jonathan Peyton jonathan.l.peyton at intel.com
Thu Apr 9 08:54:49 PDT 2015


================
Comment at: runtime/CMakeLists.txt:611
@@ -577,1 +610,3 @@
 
+if(${OMPT_SUPPORT})
+    simple_copy_recipe("ompt.h"        "${build_dir}"  "${export_cmn_dir}/include")
----------------
You can remove this if(${OMPT_SUPPORT}) conditional.  Because it is similar to a Makefile recipe, it is only called if the ompt.h file is part of the exported files.

================
Comment at: runtime/CMakeLists.txt:851
@@ -813,1 +850,3 @@
 
+if(${OMPT_SUPPORT})
+    expand_vars_recipe(ompt.h)
----------------
This conditional is unnecessary for same reasons as above.

http://reviews.llvm.org/D8917

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the Openmp-commits mailing list