From 4bc3dc7cd3cbb01e434061b0d4a46410a44eec46 Mon Sep 17 00:00:00 2001 From: Artem Gindinson Date: Fri, 21 Feb 2020 09:38:48 +0300 Subject: [PATCH] [SYCL] Add llvm/Demangle link dependency for llvm-no-spir-kernel After #1068 has included the Demangle header, this fix to CMakeLists should guarantee successful builds in all configurations Signed-off-by: Artem Gindinson --- llvm/tools/llvm-no-spir-kernel/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/tools/llvm-no-spir-kernel/CMakeLists.txt b/llvm/tools/llvm-no-spir-kernel/CMakeLists.txt index 906c966b8e64e..e5679c9bbd3f4 100644 --- a/llvm/tools/llvm-no-spir-kernel/CMakeLists.txt +++ b/llvm/tools/llvm-no-spir-kernel/CMakeLists.txt @@ -1,5 +1,6 @@ set(LLVM_LINK_COMPONENTS Core + Demangle IRReader Support )