aboutsummaryrefslogtreecommitdiff
path: root/libc/lib
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2020-05-28 23:03:32 -0700
committerSiva Chandra Reddy <sivachandra@google.com>2020-06-09 23:01:20 -0700
commit4be1c116ad8602d96d6d212a661425fbf05eb58f (patch)
treeeddbc7be4cda7d1340ffe7bf872f4b42f8b8bfbe /libc/lib
parent9ec57cce6240bcdef599cc8a98590193f16b2d3e (diff)
downloadllvm-4be1c116ad8602d96d6d212a661425fbf05eb58f.zip
llvm-4be1c116ad8602d96d6d212a661425fbf05eb58f.tar.gz
llvm-4be1c116ad8602d96d6d212a661425fbf05eb58f.tar.bz2
[libc] Add implementations of round and roundf.
Reviewers: asteinhauser Differential Revision: https://reviews.llvm.org/D80779
Diffstat (limited to 'libc/lib')
-rw-r--r--libc/lib/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/lib/CMakeLists.txt b/libc/lib/CMakeLists.txt
index 1634053..b2b872c 100644
--- a/libc/lib/CMakeLists.txt
+++ b/libc/lib/CMakeLists.txt
@@ -9,9 +9,3 @@ add_entrypoint_library(
DEPENDS
${TARGET_LIBM_ENTRYPOINTS}
)
-
-add_redirector_library(
- llvmlibc_redirectors
- DEPENDS
- round_redirector
-)