diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2018-08-28 19:26:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-28 19:26:05 +0100 |
| commit | 6181c4edb33f5547575b74ccf228570921ea9b72 (patch) | |
| tree | d44a56c68e9418bf9f144fc2c118fcebd59cb860 | |
| parent | 830c194da556c8f117d4c09d2a5b5219fffffc97 (diff) | |
Update
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ main :: proc() { - Windows * x86-64 * MSVC 2010 installed (C++11 support) - * [LLVM binaries](https://github.com/gingerBill/Odin/releases/tag/llvm-4.0-windows) for `opt.exe` and `llc.exe` + * [LLVM binaries](https://github.com/odin-lang/Odin/releases/tag/llvm-windows) for `opt.exe`, `llc.exe`, and `lld-link.exe` * Requires MSVC's link.exe as the linker * run `vcvarsall.bat` to setup the path |