Browse Source

Update BuildingLLVM.md

pull/1185/head
João Matos 6 years ago committed by GitHub
parent
commit
c9d43f6cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/BuildingLLVM.md

2
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. 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. 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 ## Cloning from Git
1. Clone LLVM to `<CppSharp>\deps\llvm` 1. Clone LLVM to `<CppSharp>\deps\llvm`

Loading…
Cancel
Save