mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[libc][Obvious] Cleanup of include lines and target listings in FPUtil.
This commit is contained in:
parent
dbf39e54f6
commit
f5db2411c2
@ -8,11 +8,14 @@ add_header_library(
|
||||
fputil
|
||||
HDRS
|
||||
${LONG_DOUBLE_HDR}
|
||||
BasicOperations.h
|
||||
BitPatterns.h
|
||||
ClassificationFunctions.h
|
||||
FloatOperations.h
|
||||
FloatProperties.h
|
||||
FPBits.h
|
||||
ManipulationFunctions.h
|
||||
NearestIntegerOperations.h
|
||||
DEPENDS
|
||||
libc.utils.CPP.standalone_cpp
|
||||
)
|
||||
|
@ -9,7 +9,7 @@
|
||||
#ifndef LLVM_LIBC_UTILS_FPUTIL_LONG_DOUBLE_BITS_X86_H
|
||||
#define LLVM_LIBC_UTILS_FPUTIL_LONG_DOUBLE_BITS_X86_H
|
||||
|
||||
#include "utils/FPUtil/FPBits.h"
|
||||
#include "FPBits.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user