From 64b6fc8f6298453cca1c93af4aeccddb1d64f56f Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Wed, 27 Mar 2019 18:20:34 +0300 Subject: [PATCH] [SYCL] Update build instructions after latest sync with llorg. LLVM_EXTERNAL_PROJECTS variable is not required anymore. Signed-off-by: Alexey Bader --- sycl/doc/GetStartedWithSYCLCompiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/doc/GetStartedWithSYCLCompiler.md b/sycl/doc/GetStartedWithSYCLCompiler.md index 7324d6fa6d630..2ea947c7b2486 100644 --- a/sycl/doc/GetStartedWithSYCLCompiler.md +++ b/sycl/doc/GetStartedWithSYCLCompiler.md @@ -44,7 +44,7 @@ runtime use modified CMake command below: mkdir $SYCL_HOME/build cd $SYCL_HOME/build cmake -DCMAKE_BUILD_TYPE=Release -DOpenCL_INCLUDE_DIR=$OPENCL_HEADERS \ --DLLVM_ENABLE_PROJECTS="clang" -DLLVM_EXTERNAL_PROJECTS="sycl;llvm-spirv" \ +-DLLVM_ENABLE_PROJECTS="clang" \ -DLLVM_EXTERNAL_SYCL_SOURCE_DIR=$SYCL_HOME/sycl \ -DLLVM_EXTERNAL_LLVM_SPIRV_SOURCE_DIR=$SYCL_HOME/llvm-spirv \ -DLLVM_TOOL_SYCL_BUILD=ON -DLLVM_TOOL_LLVM_SPIRV_BUILD=ON $SYCL_HOME/llvm