This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Install FindLibEdit find module
ClosedPublic

Authored by ekilmer on Apr 22 2023, 7:33 AM.

Details

Summary

This is a follow-up to D147153 and addresses CMake warnings about not
finding LibEdit find module when another project uses LLVM as a
dependency.

Fixes https://github.com/llvm/llvm-project/issues/62300

Diff Detail

Event Timeline

ekilmer created this revision.Apr 22 2023, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2023, 7:33 AM
ekilmer requested review of this revision.Apr 22 2023, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2023, 7:33 AM
Dinistro accepted this revision.May 2 2023, 7:00 AM

We observed the warning related to LibEdit and this patch seems to resolve it.

LGTM, but I'm no CMake expert, so someone else should take a look as well.

This revision is now accepted and ready to land.May 2 2023, 7:00 AM

Thank you for testing and confirming this patch @Dinistro.

I don't know who else to tag to get a review. If/when someone else approves it, I would appreciate them helping me (if possible) to land this in main because I do not have commit access. Thank you!

Given that there was no other interaction on this, I assume that it's fine to land this patch.
I'll take care of committing it for you.

This revision was automatically updated to reflect the committed changes.