You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BuildingLLVM.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ You can specify an `--arch=x86` or `--arch=x64` flag to the invocations above to
33
33
If the `clone_llvm` step fails, you can try to manually clone LLVM and Clang as explained below.
34
34
You should still run clone_llvm to ensure that you are on the correct revision.
35
35
36
+
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).
0 commit comments