[mlir][nvvm] Add attributes for cluster dimension PTX directives (#116973)
[llvm-project.git] / mlir / lib / Bytecode / Reader / CMakeLists.txt
blob3386cee2acfa9fd4ac67b24511016029401e1a42
1 add_mlir_library(MLIRBytecodeReader
2   BytecodeReader.cpp
4   ADDITIONAL_HEADER_DIRS
5   ${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode
7   LINK_LIBS PUBLIC
8   MLIRAsmParser
9   MLIRIR
10   MLIRSupport
11   )