aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/CMakeLists.txt
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2023-08-08 20:52:50 +0000
committerGuillaume Chatelet <gchatelet@google.com>2023-08-08 20:52:50 +0000
commit98ab87f44da09e431b27558de4b3b81622f95118 (patch)
tree3b6d8aaa073c04369df789c627a137463c9cbb9c /libc/src/__support/CMakeLists.txt
parent706914481940a4b114fb02e480f7c2b8e7865c02 (diff)
downloadllvm-98ab87f44da09e431b27558de4b3b81622f95118.zip
llvm-98ab87f44da09e431b27558de4b3b81622f95118.tar.gz
llvm-98ab87f44da09e431b27558de4b3b81622f95118.tar.bz2
Revert "[libc] Better IntegerToString API"
This reverts commit 910cc05aae85a6b31e2a2ed87d3dd46db46fce04.
Diffstat (limited to 'libc/src/__support/CMakeLists.txt')
-rw-r--r--libc/src/__support/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/src/__support/CMakeLists.txt b/libc/src/__support/CMakeLists.txt
index 7402109..02b4449 100644
--- a/libc/src/__support/CMakeLists.txt
+++ b/libc/src/__support/CMakeLists.txt
@@ -90,11 +90,10 @@ add_header_library(
HDRS
integer_to_string.h
DEPENDS
- libc.src.__support.common
- libc.src.__support.CPP.limits
libc.src.__support.CPP.span
libc.src.__support.CPP.string_view
libc.src.__support.CPP.type_traits
+ libc.src.__support.common
)