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

Alex Hoppen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 02:00:39 PST 2021


ahoppen added inline comments.


================
Comment at: llvm/cmake/config-ix.cmake:356
+if(HAVE_PROC_PID_RUSAGE)
+  list(APPEND CMAKE_REQUIRED_LIBRARIES proc)
+endif()
----------------
teemperor wrote:
> thakis wrote:
> > Is this needed? Seems to work fine without it on macOS at least.
> Works without for me on macOS and Arch Linux, so I'm going to merge this for Alex without this change.
Thanks!


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