llvm/libc
Alex Brachet 2c73c26666 [libc] Add Convenience syscall Template Function
Summary: This patch adds a convenience template function so we don't need to cast all types to `long` manually when calling `__llvm_libc::syscall`.

Reviewers: sivachandra, MaskRay, gchatelet

Reviewed By: sivachandra

Subscribers: libc-commits, tschuett

Differential Revision: https://reviews.llvm.org/D74530
2020-02-13 14:39:16 -05:00
..
cmake/modules Remove leftover artifacts from use of gtest. 2020-02-04 21:41:45 -08:00
config [libc] Add Convenience syscall Template Function 2020-02-13 14:39:16 -05:00
docs [libc] Fix typo in header generation docs. 2020-02-04 11:43:59 -08:00
include [libc] Move the implementation of mmap and munmap into a linux specific area. 2020-01-24 15:42:28 -08:00
lib
spec
src [libc] Add utils for memory functions 2020-01-31 10:15:02 +01:00
test [libc] Add Convenience syscall Template Function 2020-02-13 14:39:16 -05:00
utils [libc] Add [EXPECT|ASSERT]_[TRUE|FALSE] unittest macros. 2020-01-30 11:59:31 -08:00
CMakeLists.txt [libc] Add a library of standalone C++ utilities. 2020-01-29 13:44:02 -08:00
LICENSE.txt
README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.