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
/
lib
/
ProfileData
/
CMakeLists.txt
blob
1237bf77983fc8bdcd7d63b5112be54ff7a8c61b
1
add_llvm_component_library(LLVMProfileData
2
GCOV.cpp
3
InstrProf.cpp
4
InstrProfCorrelator.cpp
5
InstrProfReader.cpp
6
InstrProfWriter.cpp
7
ProfileSummaryBuilder.cpp
8
SampleProf.cpp
9
SampleProfReader.cpp
10
SampleProfWriter.cpp
11
RawMemProfReader.cpp
12
13
ADDITIONAL_HEADER_DIRS
14
${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
15
16
DEPENDS
17
intrinsics_gen
18
19
LINK_COMPONENTS
20
Core
21
Support
22
Demangle
23
Object
24
DebugInfoDWARF
25
)
26
27
add_subdirectory(Coverage)