llvm-capstone/libc
Paula Toth be54ea52f1 [libc] Change minimum cmake requirement.
Summary: As per this thread: http://lists.llvm.org/pipermail/llvm-dev/2020-April/140744.html, changed the minimum requirement to reflect the decision made to upgrade to cmake 3.13.4.

Reviewers: sivachandra

Reviewed By: sivachandra

Subscribers: mgorny, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D77781
2020-04-09 20:42:55 -07:00
..
AOR_v20.02 [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
cmake/modules [libc] Collect objects only from visible deps of an object library. 2020-04-09 10:40:37 -07:00
config [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
docs [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
fuzzing [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
include [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
lib [libc] Add signal 2020-03-22 14:15:47 -04:00
loader [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
spec [libc] Add a GNU extensions spec containing sincosf from math.h. 2020-03-25 15:13:22 -07:00
src [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
test [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
utils [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
CMakeLists.txt [libc] Change minimum cmake requirement. 2020-04-09 20:42:55 -07: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.