[all-commits] [llvm/llvm-project] 1fe042: [dfsan] Add origin ABI wrappers
Z via All-commits
all-commits at lists.llvm.org
Fri Mar 19 09:24:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fe042041c451760437d3e4285820f4581f0b744
https://github.com/llvm/llvm-project/commit/1fe042041c451760437d3e4285820f4581f0b744
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
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/test/dfsan/custom.cpp
Log Message:
-----------
[dfsan] Add origin ABI wrappers
supported: dl_get_tls_static_info, calloc, clock_gettime,
dfsan_set_write_callback, dl_iterato_phdr, dlopen, memcpy,
memmove, memset, pread, read, strcat, strdup, strncpy
This is a part of https://reviews.llvm.org/D95835.
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D98790
More information about the All-commits
mailing list