diff options
Diffstat (limited to 'magic/Magdir/coverage')
| -rw-r--r-- | magic/Magdir/coverage | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/magic/Magdir/coverage b/magic/Magdir/coverage index 6dd36fa61101..69eab704933c 100644 --- a/magic/Magdir/coverage +++ b/magic/Magdir/coverage @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: coverage,v 1.1 2016/06/05 00:26:32 christos Exp $ +# $File: coverage,v 1.2 2019/04/19 00:42:27 christos Exp $ # xoverage: file(1) magic for test coverage data # File formats used to store test coverage data @@ -67,7 +67,7 @@ # `clang -fprofile-instr-generate -fcoverage-mapping ...` # default name: default.profraw # magic is: \xFF lprofr \x81 -# cf. http://llvm.org/docs/doxygen/html/InstrProfData_8inc_source.html +# cf. https://llvm.org/docs/doxygen/html/InstrProfData_8inc_source.html 0 lequad 0xff6c70726f667281 LLVM raw profile data, >&0 byte x version %d @@ -78,10 +78,10 @@ # LLVM indexed instruction profile (as generated by llvm-profdata) # magic is: reverse(\xFF lprofi \x81) -# cf. http://llvm.org/docs/CoverageMappingFormat.html -# http://llvm.org/docs/doxygen/html/namespacellvm_1_1IndexedInstrProf.html -# http://llvm.org/docs/CommandGuide/llvm-cov.html -# http://llvm.org/docs/CommandGuide/llvm-profdata.html +# cf. https://llvm.org/docs/CoverageMappingFormat.html +# https://llvm.org/docs/doxygen/html/namespacellvm_1_1IndexedInstrProf.html +# https://llvm.org/docs/CommandGuide/llvm-cov.html +# https://llvm.org/docs/CommandGuide/llvm-profdata.html 0 lequad 0x8169666f72706cff LLVM indexed profile data, >&0 byte x version %d |
