[all-commits] [llvm/llvm-project] c53483: [www] Fix Ninja build instructions on Windows
Frederik Seiffert via All-commits
all-commits at lists.llvm.org
Sat Oct 23 03:39:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5348355ee66fbfc97e0dbb0234398792c4b68d9
https://github.com/llvm/llvm-project/commit/c5348355ee66fbfc97e0dbb0234398792c4b68d9
Author: Frederik Seiffert <frederik at seiffert.org>
Date: 2021-10-23 (Sat, 23 Oct 2021)
Changed paths:
M clang/www/get_started.html
Log Message:
-----------
[www] Fix Ninja build instructions on Windows
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'?
```
Reviewed By: xgupta
Differential Revision: https://reviews.llvm.org/D112257
More information about the All-commits
mailing list