This is an archive of the discontinued LLVM Phabricator instance.

[CMake][Fuchsia] Add LLVM_ENABLE_HTTPLIB to Stage 2 build
ClosedPublic

Authored by aidengrossman on Jun 3 2023, 2:42 AM.

Details

Summary

This patch sets the LLVM_ENABLE_HTTPLIB flag to ON in the stage 2 build
similar to how many of the other dependency flags are already specified.
This is necessary to configure the stage 2 build by itself, otherwise
the CMake configuration crashes.

This is currently causing the MLGO demo to fail since we're only using
stage 2 to avoid having to build stage 1 to save some compile time.

Diff Detail

Event Timeline

aidengrossman created this revision.Jun 3 2023, 2:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2023, 2:42 AM
aidengrossman requested review of this revision.Jun 3 2023, 2:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2023, 2:42 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
phosek accepted this revision.Jun 3 2023, 1:13 PM

LGTM

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