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
/
DirectX
/
CMakeLists.txt
blob
626c0d6384268da97e57da6a39ccb289969b3c3a
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/DirectX
3
${LLVM_BINARY_DIR}/lib/Target/DirectX
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
AsmParser
8
Core
9
DirectXCodeGen
10
DirectXPointerTypeAnalysis
11
Support
12
)
13
14
add_llvm_target_unittest(DirectXTests
15
CBufferDataLayoutTests.cpp
16
PointerTypeAnalysisTests.cpp
17
)