17 lines
265 B
CMake
17 lines
265 B
CMake
add_llvm_component_library(LLVMFrontendOffloading
|
|
Utility.cpp
|
|
OffloadWrapper.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
BinaryFormat
|
|
Support
|
|
TransformUtils
|
|
TargetParser
|
|
)
|