[PATCH] D96713: [cmake] Move check for libproc to config-ix.cmake

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 10:14:13 PST 2021


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: llvm/cmake/config-ix.cmake:356
+if(HAVE_PROC_PID_RUSAGE)
+  list(APPEND CMAKE_REQUIRED_LIBRARIES proc)
+endif()
----------------
Is this needed? Seems to work fine without it on macOS at least.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96713



More information about the llvm-commits mailing list