[all-commits] [llvm/llvm-project] 9b1539: [NewPM][Sancov] Pin RUN lines with -sancov to lega...

aeubanks via All-commits all-commits at lists.llvm.org
Tue Jul 28 09:10:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b1539be406da714ab7cbb379575f67d82b874b2
      https://github.com/llvm/llvm-project/commit/9b1539be406da714ab7cbb379575f67d82b874b2
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M llvm/test/Instrumentation/SanitizerCoverage/abort-in-entry-block.ll
    M llvm/test/Instrumentation/SanitizerCoverage/backedge-pruning.ll
    M llvm/test/Instrumentation/SanitizerCoverage/chains.ll
    M llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing-api-x86_32.ll
    M llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing-api-x86_64.ll
    M llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
    M llvm/test/Instrumentation/SanitizerCoverage/coff-comdat.ll
    M llvm/test/Instrumentation/SanitizerCoverage/coff-pc-table-inline-8bit-counters.ll
    M llvm/test/Instrumentation/SanitizerCoverage/coff-pc-table-inline-bool-flag.ll
    M llvm/test/Instrumentation/SanitizerCoverage/coff-used-ctor.ll
    M llvm/test/Instrumentation/SanitizerCoverage/const-cmp-tracing.ll
    M llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
    M llvm/test/Instrumentation/SanitizerCoverage/coverage.ll
    M llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
    M llvm/test/Instrumentation/SanitizerCoverage/div-tracing.ll
    M llvm/test/Instrumentation/SanitizerCoverage/gep-tracing.ll
    M llvm/test/Instrumentation/SanitizerCoverage/inline-8bit-counters.ll
    M llvm/test/Instrumentation/SanitizerCoverage/inline-bool-flag.ll
    M llvm/test/Instrumentation/SanitizerCoverage/interposable-symbol-nocomdat.ll
    M llvm/test/Instrumentation/SanitizerCoverage/no-func.ll
    M llvm/test/Instrumentation/SanitizerCoverage/pc-table.ll
    M llvm/test/Instrumentation/SanitizerCoverage/postdominator_check.ll
    M llvm/test/Instrumentation/SanitizerCoverage/seh.ll
    M llvm/test/Instrumentation/SanitizerCoverage/stack-depth-variable-declared-by-user.ll
    M llvm/test/Instrumentation/SanitizerCoverage/stack-depth.ll
    M llvm/test/Instrumentation/SanitizerCoverage/switch-tracing.ll
    M llvm/test/Instrumentation/SanitizerCoverage/trace-pc-guard-comdat.ll
    M llvm/test/Instrumentation/SanitizerCoverage/trace-pc-guard-inline-8bit-counters.ll
    M llvm/test/Instrumentation/SanitizerCoverage/trace-pc-guard-inline-bool-flag.ll
    M llvm/test/Instrumentation/SanitizerCoverage/trace-pc-guard-nocomdat.ll
    M llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll
    M llvm/test/Instrumentation/SanitizerCoverage/tracing.ll
    M llvm/test/Instrumentation/SanitizerCoverage/unreachable-critedge.ll
    M llvm/test/Instrumentation/SanitizerCoverage/wineh.ll

  Log Message:
  -----------
  [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM

Since the NPM pass is named sancov-module, not sancov.
This makes all tests under Instrumentation/SanitizerCoverage pass when
-enable-new-pm is on by default.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D84687




More information about the All-commits mailing list