[all-commits] [llvm/llvm-project] 495069: [dfsan] Add Origin ABI Wrappers
Z via All-commits
all-commits at lists.llvm.org
Wed Mar 24 11:22:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4950695eba6dc1b50f0f9c8359b4e74317d7dff4
https://github.com/llvm/llvm-project/commit/4950695eba6dc1b50f0f9c8359b4e74317d7dff4
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M compiler-rt/lib/dfsan/dfsan_custom.cpp
M compiler-rt/test/dfsan/custom.cpp
Log Message:
-----------
[dfsan] Add Origin ABI Wrappers
Supported ctime_r, fgets, getcwd, get_current_dir_name, gethostname,
getrlimit, getrusage, strcpy, time, inet_pton, localtime_r,
getpwuid_r, epoll_wait, poll, select, sched_getaffinity
Most of them work as calling their non-origin verision directly.
This is a part of https://reviews.llvm.org/D95835.
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D98966
More information about the All-commits
mailing list