From c9d43f6cc89ad54ed261ff269b56a3807dca73ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Fri, 1 Mar 2019 16:05:42 +0000 Subject: [PATCH] Update BuildingLLVM.md --- docs/BuildingLLVM.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/BuildingLLVM.md b/docs/BuildingLLVM.md index 31e70a91..db46822a 100644 --- a/docs/BuildingLLVM.md +++ b/docs/BuildingLLVM.md @@ -33,6 +33,8 @@ You can specify an `--arch=x86` or `--arch=x64` flag to the invocations above to If the `clone_llvm` step fails, you can try to manually clone LLVM and Clang as explained below. You should still run clone_llvm to ensure that you are on the correct revision. +If using Visual Studio / MSVC, be sure to run the scripts from a [VS Command Prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs). + ## Cloning from Git 1. Clone LLVM to `\deps\llvm`