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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
tools
/
llvm-exegesis
/
lib
/
PowerPC
/
CMakeLists.txt
blob
3da105567f896b84ec00f8237d96791d2c62488a
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/PowerPC
3
${LLVM_BINARY_DIR}/lib/Target/PowerPC
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
CodeGenTypes
8
Core
9
Exegesis
10
MC
11
PowerPC
12
Support
13
TargetParser
14
)
15
16
add_llvm_library(LLVMExegesisPowerPC
17
DISABLE_LLVM_LINK_LLVM_DYLIB
18
STATIC
19
Target.cpp
20
21
DEPENDS
22
intrinsics_gen
23
PowerPCCommonTableGen
24
)