This is an archive of the discontinued LLVM Phabricator instance.

[www] Fix Ninja build instructions on Windows
ClosedPublic

Authored by triplef on Oct 21 2021, 11:50 AM.

Details

Summary

The clang target used in the line below is only generated with LLVM_ENABLE_PROJECTS=clang.

Without this change, running ninja clang will fail with:

ninja: error: unknown target 'clang', did you mean 'clean'?

Diff Detail

Event Timeline

triplef requested review of this revision.Oct 21 2021, 11:50 AM
triplef created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2021, 11:50 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
xgupta accepted this revision.Oct 23 2021, 3:35 AM
This revision is now accepted and ready to land.Oct 23 2021, 3:35 AM
This revision was landed with ongoing or failed builds.Oct 23 2021, 3:38 AM
This revision was automatically updated to reflect the committed changes.