]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/Transforms/AggressiveInstCombine/CMakeLists.txt
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / lib / Transforms / AggressiveInstCombine / CMakeLists.txt
1 add_llvm_library(LLVMAggressiveInstCombine
2   AggressiveInstCombine.cpp
3   TruncInstCombine.cpp
4
5   ADDITIONAL_HEADER_DIRS
6   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
7   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/AggressiveInstCombine
8
9   DEPENDS
10   intrinsics_gen
11   )