This is an archive of the discontinued LLVM Phabricator instance.

[builder][standalone-build] Have separate trace/verbose vars to control the build output
ClosedPublic

Authored by kwk on Nov 16 2022, 4:52 AM.

Details

Summary

In D138114 I've introduced CMAKE_TRACE and mistakenly assumed it can be applied to cmake --build and cmake --install calls as well. That isn't the case. There only exist --verbose for build and install commands in cmake. That is why I have removed CMAKE_TRACE and replaced it with multiple variables to control llvm's, clang's, and lld's configure, build, check and install steps.

Diff Detail

Event Timeline

kwk created this revision.Nov 16 2022, 4:52 AM
Herald added a project: Restricted Project. · View Herald Transcript
kwk requested review of this revision.Nov 16 2022, 4:52 AM
kwk edited the summary of this revision. (Show Details)Nov 16 2022, 4:55 AM
kwk updated this revision to Diff 475783.Nov 16 2022, 4:57 AM
  • Remove redundant vars
kwk updated this revision to Diff 475784.Nov 16 2022, 4:59 AM
  • Reorg vars
kwk updated this revision to Diff 475787.Nov 16 2022, 5:03 AM

Squashed commits

This revision was not accepted when it landed; it landed in state Needs Review.Nov 16 2022, 5:06 AM
This revision was automatically updated to reflect the committed changes.