[all-commits] [llvm/llvm-project] 54d13b: [libc] Remove <functional> dependency in syscall_t...
Alex Brachet via All-commits
all-commits at lists.llvm.org
Tue Apr 14 00:27:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 54d13b5b2d927652429b0538e27dcd28b783a302
https://github.com/llvm/llvm-project/commit/54d13b5b2d927652429b0538e27dcd28b783a302
Author: Alex Brachet <alexbrachetmialot at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M libc/test/config/linux/x86_64/syscall_test.cpp
M libc/utils/CPP/CMakeLists.txt
A libc/utils/CPP/Functional.h
Log Message:
-----------
[libc] Remove <functional> dependency in syscall_test.cpp
Summary: Create self contained functional header which has a type similar to `std::function`
Reviewers: sivachandra, PaulkaToast
Reviewed By: sivachandra
Subscribers: mgorny, tschuett, libc-commits
Differential Revision: https://reviews.llvm.org/D77948
More information about the All-commits
mailing list