repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][Alignment] Introduce Alignment In MachineFrameInfo
[llvm-complete.git]
/
lib
/
ProfileData
/
CMakeLists.txt
blob
3a981d8acf425c1dc921448855001a4469294e39
1
add_llvm_library(LLVMProfileData
2
GCOV.cpp
3
InstrProf.cpp
4
InstrProfReader.cpp
5
InstrProfWriter.cpp
6
ProfileSummaryBuilder.cpp
7
SampleProf.cpp
8
SampleProfReader.cpp
9
SampleProfWriter.cpp
10
11
ADDITIONAL_HEADER_DIRS
12
${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
13
14
DEPENDS
15
intrinsics_gen
16
)
17
18
add_subdirectory(Coverage)