brintos

brintos / llvm-project-archived public Read only

0
0
Text · 225 B · 7953677 Raw
18 lines · plain
1 2llvm_add_library(MLIRPDLLParser STATIC3  CodeComplete.cpp4  Lexer.cpp5  Parser.cpp6  7  DISABLE_LLVM_LINK_LLVM_DYLIB8 9  LINK_COMPONENTS10  Support11  TableGen12 13  LINK_LIBS PUBLIC14  MLIRPDLLAST15  MLIRSupport16  MLIRTableGen17  )18