This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Silence CMake warnings about missing FindFBSDVMCore
ClosedPublic

Authored by mgorny on Dec 16 2021, 8:13 AM.

Details

Summary

Pass QUIET to find_package() in order to quiet the warning about missing
FindFBSDVMCore.cmake. FBSDVMCore always provides native CMake config
files, therefore providing a fallback module serves no purpose.

Diff Detail

Event Timeline

mgorny requested review of this revision.Dec 16 2021, 8:13 AM
mgorny created this revision.
labath accepted this revision.Dec 16 2021, 8:17 AM
This revision is now accepted and ready to land.Dec 16 2021, 8:17 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptDec 16 2021, 9:02 AM