From 00f6bee454171068964178434e5b45781f763a6f Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Fri, 3 Mar 2017 11:15:34 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b32d61eb3..83ae9c7a2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou * MSVC 2015 installed (C99 support) * Requires MSVC's link.exe as the linker - run `vcvarsall.bat` to setup the path +* [LLVM binaries](https://github.com/gingerBill/Odin/releases/tag/llvm-4.0-windows) for `opt.exe` and `llc.exe` ## Warnings