[Openmp-commits] [PATCH] D18244: Expose the option to disable building with ITT
Hal Finkel via Openmp-commits
openmp-commits at lists.llvm.org
Thu Mar 17 08:34:36 PDT 2016
hfinkel marked an inline comment as done.
================
Comment at: runtime/CMakeLists.txt:202-203
@@ -201,4 +201,4 @@
endif()
-# Include itt notify interface? Right now, always.
-set(LIBOMP_USE_ITT_NOTIFY TRUE)
+# Include itt notify interface?
+set(LIBOMP_USE_ITT_NOTIFY TRUE CACHE BOOL
----------------
Good point.
http://reviews.llvm.org/D18244
More information about the Openmp-commits
mailing list