Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ add_llvm_component_library(LLVMSYCLNativeCPUUtils
${LLVM_MAIN_INCLUDE_DIR}/llvm/SYCLLowerIR

LINK_COMPONENTS
AggressiveInstCombine
Analysis
Core
Support
IPO
Passes
ScalarOpts
Support
SYCLLowerIR
Target
TargetParser
TransformUtils
ipo
${OCK_LIBS}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ add_llvm_component_library(LLVMNativeCPUPipeline
${CMAKE_CURRENT_SOURCE_DIR}/source/work_item_loops_pass.cpp

LINK_COMPONENTS
Passes
Analysis
Core
Passes
Support
TransformUtils
)

# TODO: Move to under LLVM include and work out why ADDITIONAL_HEADER_DIRS
Expand Down
20 changes: 11 additions & 9 deletions llvm/lib/SYCLNativeCPUUtils/compiler_passes/vecz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,18 @@ endif()
add_llvm_component_library(LLVMNativeCPUVecz
${COMMON_SRCS}
LINK_COMPONENTS
AggressiveInstCombine
Analysis
Core
InstCombine
IPO
NativeCPUPipeline
support
core
analysis
instcombine
aggressiveinstcombine
transformutils
scalaropts
ipo
passes
Passes
ScalarOpts
Support
Target
TargetParser
TransformUtils
)

target_include_directories(LLVMNativeCPUVecz
Expand Down