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

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


thakis added inline comments.


================
Comment at: llvm/CMakeLists.txt:656
+  list(APPEND CMAKE_REQUIRED_LIBRARIES proc)
+endif()
+
----------------
also, any reason to not do this in `llvm/cmake/config-ix.cmake` where all the other checks like this are?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96049



More information about the llvm-commits mailing list