brintos

brintos / llvm-project-archived public Read only

0
0
Text · 276 B · 713bd0e Raw
20 lines · plain
1# Keep CUF attributes as a separate library as FIR and HLFIR depend on it. 2add_flang_library(CUFAttrs3  CUFAttr.cpp4 5  DEPENDS6  CUFAttrsIncGen7  CUFOpsIncGen8 9  LINK_COMPONENTS10  AsmParser11  AsmPrinter12  Remarks13 14  MLIR_DEPS15  MLIRIR16 17  MLIR_LIBS18  MLIRTargetLLVMIRExport19)20