[PATCH] D96049: [Timer] On macOS count number of executed instructions
Alex Hoppen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 11 10:12:15 PST 2021
ahoppen added inline comments.
================
Comment at: llvm/CMakeLists.txt:656
+ list(APPEND CMAKE_REQUIRED_LIBRARIES proc)
+endif()
+
----------------
thakis wrote:
> also, any reason to not do this in `llvm/cmake/config-ix.cmake` where all the other checks like this are?
No, I just didn't know about `llvm/cmake/config-ix.cmake`. I’ll move it there. Thanks!
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