clarify which version of Ubuntu-packaged LLVM doesn't work
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 28 Jul 2017 00:33:31 +0000 (17:33 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 28 Jul 2017 00:33:31 +0000 (17:33 -0700)
README.md

index 23db8a29758ebac5340868c870862d0cd9c76c38..f02ca48f77c7580e7b3a13869f5eb48554ad4508 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,5 +16,5 @@ Work-in-progress for Vulkan implementation on cpu
     cmake .. -DCMAKE_CXX_COMPILER="`which clang++-4.0`" -DCMAKE_C_COMPILER="`which clang-4.0`" -DCMAKE_BUILD_TYPE=Debug
     make
 
-Using the version of LLVM that comes with Ubuntu doesn't work.  
+Using the version of LLVM 3.8 that comes with Ubuntu doesn't work.  
 See [Issue #1](https://github.com/programmerjake/vulkan-cpu/issues/1) for more details.