Skip to content

Commit 92e01dc

Browse files
authored
[SYCL] Fix dependencies for SYCLLowerIR (#1321)
Signed-off-by: Andrea Bocci <andrea.bocci@cern.ch>
1 parent b67a3e5 commit 92e01dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

clang/tools/driver/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ set( LLVM_LINK_COMPONENTS
1313
Option
1414
ScalarOpts
1515
Support
16+
SYCLLowerIR
1617
TransformUtils
1718
Vectorize
1819
)

llvm/lib/SYCLLowerIR/LLVMBuild.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
;===------------------------------------------------------------------------===;
1616

1717
[component_0]
18-
type = Group
18+
type = Library
1919
name = SYCLLowerIR
2020
parent = Libraries
21+
required_libraries = Core Support

0 commit comments

Comments
 (0)