[PATCH] D96049: [Timer] On macOS count number of executed instructions

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 08:53:13 PST 2021


thakis added inline comments.


================
Comment at: llvm/include/llvm/Config/config.h.cmake:356
 
+#cmakedefine HAVE_PROC_PID_RUSAGE 1
+
----------------
thakis wrote:
> Any reason to use `#cmakedefine` instead of `cmakedefine01` here? This type of check usually uses `#cmakedefine01` in this file.
Please ignore this, `#cmakedefine` is what most other `HAVE_` things use. I misremembered this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96049/new/

https://reviews.llvm.org/D96049



More information about the cfe-commits mailing list