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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
lib
/
Target
/
Lanai
/
AsmParser
/
CMakeLists.txt
blob
234ef9e94e9267b9ed0b14b5d65d3a045279aafe
1
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3
add_llvm_component_library(LLVMLanaiAsmParser
4
LanaiAsmParser.cpp
5
6
LINK_COMPONENTS
7
MC
8
MCParser
9
Support
10
LanaiDesc
11
LanaiInfo
12
13
ADD_TO_COMPONENT
14
Lanai
15
)
16
17
add_dependencies( LLVMLanaiAsmParser LanaiCommonTableGen )