Skip to content

Commit 1d8f577

Browse files
author
Artem Gindinson
authored
[SYCL] Add llvm/Demangle link dependency for llvm-no-spir-kernel (#1156)
After #1068 has included the Demangle header, this fix to CMakeLists should guarantee successful builds in all configurations Signed-off-by: Artem Gindinson <[email protected]>
1 parent fd8ae8a commit 1d8f577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/tools/llvm-no-spir-kernel/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set(LLVM_LINK_COMPONENTS
22
Core
3+
Demangle
34
IRReader
45
Support
56
)

0 commit comments

Comments
 (0)