mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-11 08:07:22 +00:00
aa4f97d6ed
Compiler pass only. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168866 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
329 B
CMake
16 lines
329 B
CMake
add_llvm_library(LLVMInstrumentation
|
|
AddressSanitizer.cpp
|
|
BlackList.cpp
|
|
BoundsChecking.cpp
|
|
EdgeProfiling.cpp
|
|
GCOVProfiling.cpp
|
|
MemorySanitizer.cpp
|
|
Instrumentation.cpp
|
|
OptimalEdgeProfiling.cpp
|
|
PathProfiling.cpp
|
|
ProfilingUtils.cpp
|
|
ThreadSanitizer.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMInstrumentation intrinsics_gen)
|