This is an archive of the discontinued LLVM Phabricator instance.

[Debuginfod][CMake] Don't build a defunct llvm-debuginfod
ClosedPublic

Authored by mysterymath on Mar 29 2023, 2:13 PM.

Details

Summary

llvm-debuginfod intrinsically requires cpp-httplib to operate, so
exclude the target if it's unavailable. Right now the tool walks off an
llvm_unreachable.

Diff Detail

Event Timeline

mysterymath created this revision.Mar 29 2023, 2:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2023, 2:13 PM
Herald added a subscriber: ekilmer. · View Herald Transcript
mysterymath requested review of this revision.Mar 29 2023, 2:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2023, 2:13 PM
phosek accepted this revision.Mar 29 2023, 3:13 PM

LGTM

This revision is now accepted and ready to land.Mar 29 2023, 3:13 PM