[all-commits] [llvm/llvm-project] 8441b9: [DFSan] Cleanup code for platforms other than Linu...
Andrew Browne via All-commits
all-commits at lists.llvm.org
Thu Jun 17 14:09:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8441b993bdba29437b296bad6a37464669eef35e
https://github.com/llvm/llvm-project/commit/8441b993bdba29437b296bad6a37464669eef35e
Author: Andrew Browne <browneee at google.com>
Date: 2021-06-17 (Thu, 17 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
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