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
/
X86
/
CMakeLists.txt
blob
da30b9bf5897a6917cd6dac71e1b17deae357a72
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/X86
3
${LLVM_BINARY_DIR}/lib/Target/X86
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
X86
8
Exegesis
9
Core
10
Support
11
CodeGen
12
)
13
14
add_llvm_library(LLVMExegesisX86
15
DISABLE_LLVM_LINK_LLVM_DYLIB
16
STATIC
17
Target.cpp
18
X86Counter.cpp
19
20
DEPENDS
21
intrinsics_gen
22
X86CommonTableGen
23
)