[DFSan] Cleanup code for platforms other than Linux x86_64.
authorAndrew Browne <browneee@google.com>
Thu, 17 Jun 2021 21:52:09 +0000 (14:52 -0700)
committerAndrew Browne <browneee@google.com>
Fri, 18 Jun 2021 18:21:46 +0000 (11:21 -0700)
commit14407332de6185462ceda785c620bb1206e7ca40
treec32e0e78499c17f0bfc0fe7844640f28d482cdd6
parent4688d151572693bd9383639164b8ab84e6f59cb8
[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
compiler-rt/lib/dfsan/dfsan.cpp
compiler-rt/lib/dfsan/dfsan_platform.h
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
llvm/test/Instrumentation/DataFlowSanitizer/basic.ll
llvm/test/Instrumentation/DataFlowSanitizer/external_mask.ll [deleted file]