Skip to content

Commit f5db241

Browse files
author
Siva Chandra Reddy
committed
[libc][Obvious] Cleanup of include lines and target listings in FPUtil.
1 parent dbf39e5 commit f5db241

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

libc/utils/FPUtil/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ add_header_library(
88
fputil
99
HDRS
1010
${LONG_DOUBLE_HDR}
11+
BasicOperations.h
1112
BitPatterns.h
13+
ClassificationFunctions.h
1214
FloatOperations.h
1315
FloatProperties.h
1416
FPBits.h
1517
ManipulationFunctions.h
18+
NearestIntegerOperations.h
1619
DEPENDS
1720
libc.utils.CPP.standalone_cpp
1821
)

libc/utils/FPUtil/LongDoubleBitsX86.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_LIBC_UTILS_FPUTIL_LONG_DOUBLE_BITS_X86_H
1010
#define LLVM_LIBC_UTILS_FPUTIL_LONG_DOUBLE_BITS_X86_H
1111

12-
#include "utils/FPUtil/FPBits.h"
12+
#include "FPBits.h"
1313

1414
#include <stdint.h>
1515

0 commit comments

Comments
 (0)