[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:50:04 PST 2021
thakis added inline comments.
================
Comment at: llvm/include/llvm/Config/config.h.cmake:356
+#cmakedefine HAVE_PROC_PID_RUSAGE 1
+
----------------
Any reason to use `#cmakedefine` instead of `cmakedefine01` here? This type of check usually uses `#cmakedefine01` in this file.
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