This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Add option to disable driver build in Fuchsia cache file
ClosedPublic

Authored by abrachet on Aug 29 2023, 11:27 AM.

Details

Summary

Linking the driver binary can take a long time, particularly with debug
info. This adds an option to disable the driver build meant for local use.

Diff Detail

Event Timeline

abrachet created this revision.Aug 29 2023, 11:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2023, 11:27 AM
Herald added a subscriber: ekilmer. · View Herald Transcript
abrachet requested review of this revision.Aug 29 2023, 11:27 AM
phosek added inline comments.Aug 29 2023, 11:51 AM
clang/cmake/caches/Fuchsia-stage2.cmake
34–37

Nit: can you use ON for consistency?

phosek accepted this revision.Aug 29 2023, 11:52 AM

LGTM

This revision is now accepted and ready to land.Aug 29 2023, 11:52 AM
This revision was landed with ongoing or failed builds.Sep 5 2023, 8:23 AM
This revision was automatically updated to reflect the committed changes.
abrachet marked an inline comment as done.
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2023, 8:23 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
abrachet added inline comments.Sep 5 2023, 8:23 AM
clang/cmake/caches/Fuchsia-stage2.cmake
34–37

Done in commit