[all-commits] [llvm/llvm-project] e4e6c6: [IR] Adds Instruction::setNoSanitizeMetadata()

Enna1 via All-commits all-commits at lists.llvm.org
Fri May 19 04:19:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4e6c6510b183f478df48a92feb6ef1a5e20aa0a
      https://github.com/llvm/llvm-project/commit/e4e6c6510b183f478df48a92feb6ef1a5e20aa0a
  Author: Enna1 <xumingjie.enna1 at bytedance.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/SanitizerMetadata.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/lib/IR/Metadata.cpp
    M llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp

  Log Message:
  -----------
  [IR] Adds Instruction::setNoSanitizeMetadata()

This patch adds a new method setNoSanitizeMetadata() for Instruction, and use it in SanitizerMetadata and SanitizerCoverage.

Reviewed By: nickdesaulniers, MaskRay

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




More information about the All-commits mailing list