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
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
llvm
/
tools
/
llvm-exegesis
/
lib
/
PowerPC
/
CMakeLists.txt
blob
29e7f5783432a8a917674c91dabe61b722296b13
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
PowerPC
8
Exegesis
9
Core
10
Support
11
)
12
13
add_llvm_library(LLVMExegesisPowerPC
14
DISABLE_LLVM_LINK_LLVM_DYLIB
15
STATIC
16
Target.cpp
17
18
DEPENDS
19
intrinsics_gen
20
PowerPCCommonTableGen
21
)