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
[lldb] Remove some unused code in SymbolFileDWARF::ResolveFunction (#123206)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
ArithToArmSME
/
CMakeLists.txt
blob
c2a6fe5398e7c80d4945d84416c45266bb6c6fc9
1
add_mlir_conversion_library(MLIRArithToArmSME
2
ArithToArmSME.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/ArithToArmSME
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_COMPONENTS
11
Core
12
13
LINK_LIBS PUBLIC
14
MLIRArmSMEDialect
15
MLIRArithDialect
16
MLIRPass
17
MLIRTransforms
18
)