repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
[llvm-core.git]
/
lib
/
XRay
/
CMakeLists.txt
blob
c667083ed13ae429a0cf52e6886913147c080814
1
add_llvm_library(LLVMXRay
2
BlockIndexer.cpp
3
BlockPrinter.cpp
4
BlockVerifier.cpp
5
FDRRecordProducer.cpp
6
FDRRecords.cpp
7
FDRTraceExpander.cpp
8
FDRTraceWriter.cpp
9
FileHeaderReader.cpp
10
InstrumentationMap.cpp
11
LogBuilderConsumer.cpp
12
Profile.cpp
13
RecordInitializer.cpp
14
RecordPrinter.cpp
15
Trace.cpp
16
17
ADDITIONAL_HEADER_DIRS
18
${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
19
${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay
20
21
DEPENDS
22
LLVMSupport
23
LLVMObject
24
25
LINK_LIBS
26
LLVMSupport
27
LLVMObject
28
)