[all-commits] [llvm/llvm-project] 84af90: [DFSan] Remove trampolines to unblock opaque point...
Andrew Browne via All-commits
all-commits at lists.llvm.org
Mon Mar 14 13:41:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84af90336fed36f7dfdc468ded39236f32bbb82e
https://github.com/llvm/llvm-project/commit/84af90336fed36f7dfdc468ded39236f32bbb82e
Author: Andrew Browne <browneee at google.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M compiler-rt/lib/dfsan/dfsan.cpp
M compiler-rt/lib/dfsan/dfsan.h
M compiler-rt/lib/dfsan/dfsan_custom.cpp
M compiler-rt/lib/dfsan/dfsan_thread.cpp
M compiler-rt/lib/dfsan/dfsan_thread.h
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll
M llvm/test/Instrumentation/DataFlowSanitizer/abilist_aggregate.ll
M llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_callback_attributes.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_abilist.ll
Log Message:
-----------
[DFSan] Remove trampolines to unblock opaque pointers.
https://github.com/llvm/llvm-project/issues/54172
Reviewed By: pcc
Differential Revision: https://reviews.llvm.org/D121250
More information about the All-commits
mailing list