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
[Clang][MIPS] Send correct architecture for MinGW toolchains (#121042)
[llvm-project.git]
/
llvm
/
unittests
/
Target
/
AMDGPU
/
CMakeLists.txt
blob
ca8f48bc393efd7ca062c057bf0b00f5250d4dfd
1
include_directories(
2
${PROJECT_SOURCE_DIR}/lib/Target/AMDGPU
3
${PROJECT_BINARY_DIR}/lib/Target/AMDGPU
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
AMDGPUCodeGen
8
AMDGPUDesc
9
AMDGPUInfo
10
AMDGPUUtils
11
CodeGen
12
CodeGenTypes
13
Core
14
GlobalISel
15
MC
16
Support
17
TargetParser
18
)
19
20
add_llvm_target_unittest(AMDGPUTests
21
AMDGPUUnitTests.cpp
22
CSETest.cpp
23
DwarfRegMappings.cpp
24
ExecMayBeModifiedBeforeAnyUse.cpp
25
PALMetadata.cpp
26
)