[all-commits] [llvm/llvm-project] 065d2e: [DFSan] Fix handling of libAtomic external functions.
Andrew Browne via All-commits
all-commits at lists.llvm.org
Mon Aug 22 16:05:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 065d2e1d8bc873f9a6d8666d7891e6ea20ed38e3
https://github.com/llvm/llvm-project/commit/065d2e1d8bc873f9a6d8666d7891e6ea20ed38e3
Author: Andrew Browne <browneee at google.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M compiler-rt/lib/dfsan/dfsan.cpp
A compiler-rt/test/dfsan/libatomic.c
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
Log Message:
-----------
[DFSan] Fix handling of libAtomic external functions.
Implementation based on MSan.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D132070
More information about the All-commits
mailing list