llvm-project/llvm/lib/Analysis/ML/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
143 B
CMake
Raw Normal View History

set (SOURCES InlineFeaturesAnalysis.cpp)
add_llvm_library(LLVMMLPolicies
${SOURCES}
DEPENDS
intrinsics_gen
LINK_LIBS
LLVMCore
)