aboutsummaryrefslogtreecommitdiff
path: root/libc/cmake
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2024-02-29 10:28:53 +0100
committerGitHub <noreply@github.com>2024-02-29 10:28:53 +0100
commit53bd411e5144937acec45080697957bf5b22de54 (patch)
tree804d8268cadd1275e966b8c74a650055907ecf58 /libc/cmake
parentc757ca74176716ff99f340e82e50f0b6a6c9a7e8 (diff)
downloadllvm-53bd411e5144937acec45080697957bf5b22de54.zip
llvm-53bd411e5144937acec45080697957bf5b22de54.tar.gz
llvm-53bd411e5144937acec45080697957bf5b22de54.tar.bz2
[libc][NFC] rename `float.h` macro file to `types.h` (#83190)
Diffstat (limited to 'libc/cmake')
-rw-r--r--libc/cmake/modules/compiler_features/check_float128.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/cmake/modules/compiler_features/check_float128.cpp b/libc/cmake/modules/compiler_features/check_float128.cpp
index 8b1e3fe..20f889c 100644
--- a/libc/cmake/modules/compiler_features/check_float128.cpp
+++ b/libc/cmake/modules/compiler_features/check_float128.cpp
@@ -1,4 +1,4 @@
-#include "src/__support/macros/properties/float.h"
+#include "src/__support/macros/properties/types.h"
#ifndef LIBC_COMPILER_HAS_FLOAT128
#error unsupported