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