From 18c96c8659f8ece29b5fa82db3262eb2ba9c314b Mon Sep 17 00:00:00 2001 From: Josh <30486030+TicTac-93@users.noreply.github.com> Date: Thu, 9 Jan 2020 14:08:37 -0500 Subject: [PATCH] Added note to "Build clang+llvm by yourself" section of Windows setup, for clarity. --- Build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.md b/Build.md index 4a081b4..80cfce7 100644 --- a/Build.md +++ b/Build.md @@ -246,6 +246,7 @@ these releases. You must either: 2. Get prebuilt LLVM+Clang from other sources, e.g. MSYS2, [Chocolatey](https://chocolatey.org/packages/llvm). #### Build clang+llvm by yourself +##### Note: You may need to execute these commands in the "Developer Command Prompt for VS" ```sh git clone https://github.com/llvm/llvm-project.git