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
/
AArch64
/
AsmParser
/
CMakeLists.txt
blob
14e0c22c45b99d3e56743ceeec24bc3fa1d5ec1d
1
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3
add_llvm_component_library(LLVMAArch64AsmParser
4
AArch64AsmParser.cpp
5
6
LINK_COMPONENTS
7
AArch64Desc
8
AArch64Info
9
AArch64Utils
10
MC
11
MCParser
12
Support
13
14
ADD_TO_COMPONENT
15
AArch64
16
)
17