Skip to content

Commit

Permalink
[SYCL] Update build instructions after latest sync with llorg.
Browse files Browse the repository at this point in the history
LLVM_EXTERNAL_PROJECTS variable is not required anymore.

Signed-off-by: Alexey Bader <alexey.bader@intel.com>
  • Loading branch information
bader committed Mar 27, 2019
1 parent 383a07c commit 64b6fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/doc/GetStartedWithSYCLCompiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64b6fc8

Please sign in to comment.