repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git]
/
mlir
/
lib
/
Bytecode
/
CMakeLists.txt
blob
c89415f60d12401e93fc509abeeafae81094bee5
1
add_subdirectory(Reader)
2
add_subdirectory(Writer)
3
4
add_mlir_library(MLIRBytecodeOpInterface
5
BytecodeOpInterface.cpp
6
7
ADDITIONAL_HEADER_DIRS
8
${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode
9
10
LINK_LIBS PUBLIC
11
MLIRIR
12
MLIRSupport
13
)