[PATCH] D120947: [tooling] Explain how to create a compilation database on Windows [NFC]
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 4 04:51:25 PST 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a formatting nit, thank you -- this is really helpful information! I confirmed the instructions work for me on Windows.
================
Comment at: clang/docs/HowToSetupToolingForLLVM.rst:66-68
+First, you will need to install `Ninja`_. Once
+installed, the Ninja executable will need to be in your search path for CMake
+to locate it.
----------------
Looks like you can re-flow this to the usual 80 col limit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120947/new/
https://reviews.llvm.org/D120947
More information about the cfe-commits
mailing list