[all-commits] [llvm/llvm-project] b4aa71: Allow -fsanitize-minimal-runtime with memtag sanit...

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Thu May 7 13:08:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b4aa71e1bd9aaee377e0ea22cf60a5857e570733
      https://github.com/llvm/llvm-project/commit/b4aa71e1bd9aaee377e0ea22cf60a5857e570733
  Author: Evgenii Stepanov <eugenis at google.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

  Changed paths:
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/test/Driver/fsanitize.c

  Log Message:
  -----------
  Allow -fsanitize-minimal-runtime with memtag sanitizer.

Summary:
MemTag does not have any runtime at the moment, it's strictly code
instrumentation.

Reviewers: pcc

Subscribers: cryptoad, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list