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
/
AMDGPU
/
MCA
/
CMakeLists.txt
blob
7e63640fdaf85138b2578d6c3fe8c7e80d5a9660
1
add_llvm_component_library(LLVMAMDGPUTargetMCA
2
AMDGPUCustomBehaviour.cpp
3
4
LINK_COMPONENTS
5
MC
6
MCParser
7
AMDGPUDesc
8
AMDGPUInfo
9
AMDGPUUtils
10
Support
11
MCA
12
13
ADD_TO_COMPONENT
14
AMDGPU
15
)
16
17
add_dependencies(LLVMAMDGPUTargetMCA LLVMAMDGPUUtils)