llvm-project/libc
Caitlyn Cano a16071e409 [libc] Don't pass -fpie/-ffreestanding on Windows
The current compile options function hardcodes the -fpie and
-ffreestanding flags, which don't exist on Windows. This patch sets the
compilation flags conditionally based on the OS specifics.

Reviewed By: sivachandra, aeubanks

Differential Revision: https://reviews.llvm.org/D105643
2021-07-13 20:39:51 +00:00
..
AOR_v20.02
benchmarks [libc] update benchmark distributions 2021-07-13 09:59:25 +00:00
cmake/modules [libc] Don't pass -fpie/-ffreestanding on Windows 2021-07-13 20:39:51 +00:00
config [libc] Add minimal Windows config 2021-07-01 20:45:57 +00:00
docs
fuzzing [libc] Remove libc-fuzzer as a dependency to check-libc. 2021-06-10 05:06:03 +00:00
include
lib
loader [libc] Normalize LIBC_TARGET_MACHINE 2021-05-05 15:52:42 +00:00
spec [libc] Add implementation of expm1f. 2021-06-10 14:58:34 -04:00
src [LIBC] Add an optimized memcmp implementation for AArch64 2021-07-07 15:59:14 +01:00
test Fix broken libc test 2021-07-07 16:47:49 +00:00
utils [libc] Add on float properties for precision floating point numbers in FloatProperties.h 2021-07-13 20:15:54 +00:00
CMakeLists.txt [libc] Allow target architecture independent configs 2021-06-29 20:41:28 +00:00
LICENSE.TXT
README.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.