This is an archive of the discontinued LLVM Phabricator instance.

[Fuchsia] Skip building debuginfod if httplib_ROOT is not specified
Needs ReviewPublic

Authored by haowei on Jul 13 2023, 3:44 PM.

Details

Summary

This patch skipds building debuginfod if httplib_ROOT is not present in the configuration when building Fuchsia Clang toolchain.

I used list(REMOVE_ITEM) instead of list(APPEND) so user can still use -DLLVM_TOOLCHAIN_TOOLS to override the tools to build.

Diff Detail

Event Timeline

haowei created this revision.Jul 13 2023, 3:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 3:44 PM
Herald added a subscriber: abrachet. · View Herald Transcript
haowei requested review of this revision.Jul 13 2023, 3:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 3:44 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript