[all-commits] [llvm/llvm-project] 144073: [DFSan] Cleanup code for platforms other than Linu...

Andrew Browne via All-commits all-commits at lists.llvm.org
Fri Jun 18 11:22:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14407332de6185462ceda785c620bb1206e7ca40
      https://github.com/llvm/llvm-project/commit/14407332de6185462ceda785c620bb1206e7ca40
  Author: Andrew Browne <browneee at google.com>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/dfsan_platform.h
    M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
    M llvm/test/Instrumentation/DataFlowSanitizer/basic.ll
    R llvm/test/Instrumentation/DataFlowSanitizer/external_mask.ll

  Log Message:
  -----------
  [DFSan] Cleanup code for platforms other than Linux x86_64.

These other platforms are unsupported and untested.
They could be re-added later based on MSan code.

Reviewed By: gbalats, stephan.yichao.zhao

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




More information about the All-commits mailing list