From: Jacob Lifshay Date: Fri, 28 Jul 2017 00:33:31 +0000 (-0700) Subject: clarify which version of Ubuntu-packaged LLVM doesn't work X-Git-Tag: gsoc-2017~57 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a15039cf513f812027b950a6feadeff91f941865;p=kazan.git clarify which version of Ubuntu-packaged LLVM doesn't work --- 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.