This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Move check for libproc to config-ix.cmake
ClosedPublic

Authored by ahoppen on Feb 15 2021, 7:49 AM.

Details

Summary

As suggested by Nico in https://reviews.llvm.org/D96049, move check for libproc from CMakeLists to config-ix.cmake

Diff Detail

Event Timeline

ahoppen created this revision.Feb 15 2021, 7:49 AM
ahoppen requested review of this revision.Feb 15 2021, 7:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2021, 7:49 AM
thakis accepted this revision.Feb 17 2021, 10:14 AM

Thanks!

llvm/cmake/config-ix.cmake
357

Is this needed? Seems to work fine without it on macOS at least.

This revision is now accepted and ready to land.Feb 17 2021, 10:14 AM
teemperor added inline comments.
llvm/cmake/config-ix.cmake
357

Works without for me on macOS and Arch Linux, so I'm going to merge this for Alex without this change.

This revision was automatically updated to reflect the committed changes.
ahoppen added inline comments.Feb 18 2021, 2:00 AM
llvm/cmake/config-ix.cmake
357

Thanks!