[all-commits] [llvm/llvm-project] 7ea175: Add 'eager-checks' as a module parameter to MSAN.

kda via All-commits all-commits at lists.llvm.org
Tue Jan 11 14:31:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ea175d1c6fae90fa9f5cc9b569b14cf74698983
      https://github.com/llvm/llvm-project/commit/7ea175d1c6fae90fa9f5cc9b569b14cf74698983
  Author: Kevin Athey <kda at google.com>
  Date:   2022-01-11 (Tue, 11 Jan 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/test/Instrumentation/MemorySanitizer/msan_eager.ll
    M llvm/test/Other/new-pm-print-pipeline.ll

  Log Message:
  -----------
  Add 'eager-checks' as a module parameter to MSAN.

This creates a way to configure MSAN to for eager checks that will be leveraged
by the introduction of a clang flag (-fsanitize-memory-param-retval).

This is redundant with the existing flag: -mllvm -msan-eager-checks.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list