projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[asan] make sure that linker-initialized globals (non-extern) are not instrumented...
[oota-llvm.git]
/
lib
/
Transforms
/
Instrumentation
/
CMakeLists.txt
1
add_llvm_library(LLVMInstrumentation
2
AddressSanitizer.cpp
3
BlackList.cpp
4
BoundsChecking.cpp
5
EdgeProfiling.cpp
6
GCOVProfiling.cpp
7
Instrumentation.cpp
8
OptimalEdgeProfiling.cpp
9
PathProfiling.cpp
10
ProfilingUtils.cpp
11
ThreadSanitizer.cpp
12
)
13
14
add_dependencies(LLVMInstrumentation intrinsics_gen)