mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-03 16:51:42 +00:00
Add code coverage mapping data, reader, and writer.
This patch implements the data structures, the reader and the writers for the new code coverage mapping system. The new code coverage mapping system uses the instrumentation based profiling to provide code coverage analysis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213909 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb0326ce1b
commit
4fbd13626b
lib/ProfileData
@ -2,4 +2,7 @@ add_llvm_library(LLVMProfileData
|
||||
InstrProf.cpp
|
||||
InstrProfReader.cpp
|
||||
InstrProfWriter.cpp
|
||||
CoverageMapping.cpp
|
||||
CoverageMappingWriter.cpp
|
||||
CoverageMappingReader.cpp
|
||||
)
|
||||
|
@ -19,4 +19,4 @@
|
||||
type = Library
|
||||
name = ProfileData
|
||||
parent = Libraries
|
||||
required_libraries = Support
|
||||
required_libraries = Support Object
|
||||
|
Loading…
x
Reference in New Issue
Block a user