From 21e8ecbafa7c371f4278d1392886d65b04680389 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 19 Jan 2018 04:01:03 -0500 Subject: [PATCH] readme: specify that we need exactly llvm 5.0.1 closes #708 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c7d7e5258..ab365509cc 100644 --- a/README.md +++ b/README.md @@ -127,13 +127,13 @@ libc. Create demo games using Zig. * cmake >= 2.8.5 * gcc >= 5.0.0 or clang >= 3.6.0 - * LLVM, Clang, LLD libraries == 5.x, compiled with the same gcc or clang version above + * LLVM, Clang, LLD libraries == 5.0.1, compiled with the same gcc or clang version above ##### Windows * cmake >= 2.8.5 * Microsoft Visual Studio 2015 - * LLVM, Clang, LLD libraries == 5.x, compiled with the same MSVC version above + * LLVM, Clang, LLD libraries == 5.0.1, compiled with the same MSVC version above #### Instructions