1set(LLVM_LINK_COMPONENTS 2 Support 3 TableGen 4 ) 5 6llvm_add_library(LLVMTableGenGlobalISel STATIC DISABLE_LLVM_LINK_LLVM_DYLIB 7 CodeExpander.cpp 8 GIMatchDag.cpp 9 GIMatchDagEdge.cpp 10 GIMatchDagInstr.cpp 11 GIMatchDagOperands.cpp 12 GIMatchDagPredicate.cpp 13 GIMatchDagPredicateDependencyEdge.cpp 14 GIMatchTree.cpp 15 ) 16