Sign in
llvm
/
llvm-project
/
mlir
/
af80f17872c7b7f244ca6e12fbffa26313f6f085
/
.
/
lib
/
Tools
/
PDLL
/
Parser
/
CMakeLists.txt
blob: 7953677d1957efb9133973f55c1c43da1ac39e79 [
file
]
llvm_add_library(MLIRPDLLParser STATIC
CodeComplete.cpp
Lexer.cpp
Parser.cpp
DISABLE_LLVM_LINK_LLVM_DYLIB
LINK_COMPONENTS
Support
TableGen
LINK_LIBS PUBLIC
MLIRPDLLAST
MLIRSupport
MLIRTableGen
)