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
[docs] Fix build-docs.sh
[llvm-project.git]
/
llvm
/
unittests
/
Target
/
PowerPC
/
CMakeLists.txt
blob
0f276c24ca0ddad39f21413e54d0dfb77a6c5f10
1
include_directories(
2
${CMAKE_SOURCE_DIR}/lib/Target/PowerPC
3
${CMAKE_BINARY_DIR}/lib/Target/PowerPC
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
MC
8
Support
9
Target
10
PowerPCCodeGen
11
PowerPCDesc
12
PowerPCInfo
13
)
14
15
add_llvm_unittest(PowerPCTests
16
AIXRelocModelTest.cpp
17
)
18
19
set_property(TARGET PowerPCTests PROPERTY FOLDER "Tests/UnitTests/TargetTests")