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'?
Differential D112257
[www] Fix Ninja build instructions on Windows triplef on Oct 21 2021, 11:50 AM. Authored by
Details 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
|