From a15039cf513f812027b950a6feadeff91f941865 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 27 Jul 2017 17:33:31 -0700 Subject: [PATCH] clarify which version of Ubuntu-packaged LLVM doesn't work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23db8a2..f02ca48 100644 --- 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. -- 2.30.2