github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/mlir/lib/Transforms/Utils/CMakeLists.txt (about)

     1  add_llvm_library(MLIRTransformUtils
     2    FoldUtils.cpp
     3    GreedyPatternRewriteDriver.cpp
     4    LoopFusionUtils.cpp
     5    LoopUtils.cpp
     6    RegionUtils.cpp
     7    Utils.cpp
     8  
     9    ADDITIONAL_HEADER_DIRS
    10    ${MLIR_MAIN_INCLUDE_DIR}/mlir/Transforms
    11    )
    12  
    13  add_dependencies(MLIRTransformUtils MLIRStandardOpsIncGen)
    14  target_link_libraries(MLIRTransformUtils
    15    MLIRAffineOps
    16    MLIRAnalysis
    17    MLIRLoopOps
    18    MLIRPass
    19    MLIRStandardOps
    20    )