File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/__support/macros/properties Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
#ifndef __LLVM_LIBC_TYPES_FLOAT128_H__
10
10
#define __LLVM_LIBC_TYPES_FLOAT128_H__
11
11
12
- #include <llvm-libc-macros/float-macros.h> // LDBL_MANT_DIG
12
+ #include <include/ llvm-libc-macros/float-macros.h> // LDBL_MANT_DIG
13
13
14
14
// Define temporary compiler and its version
15
15
#if defined(__clang__ )
Original file line number Diff line number Diff line change @@ -33,5 +33,6 @@ add_header_library(
33
33
.compiler
34
34
.cpu_features
35
35
.os
36
+ libc.include.llvm-libc-macros.float_macros
36
37
libc.include.llvm-libc-types.float128
37
38
)
Original file line number Diff line number Diff line change 11
11
#ifndef LLVM_LIBC_SRC___SUPPORT_MACROS_PROPERTIES_FLOAT_H
12
12
#define LLVM_LIBC_SRC___SUPPORT_MACROS_PROPERTIES_FLOAT_H
13
13
14
- #include " llvm-libc-macros/float-macros.h" // LDBL_MANT_DIG
15
- #include " llvm-libc-types/float128.h" // float128
14
+ #include " include/ llvm-libc-macros/float-macros.h" // LDBL_MANT_DIG
15
+ #include " include/ llvm-libc-types/float128.h" // float128
16
16
#include " src/__support/macros/properties/architectures.h"
17
17
#include " src/__support/macros/properties/compiler.h"
18
18
#include " src/__support/macros/properties/cpu_features.h"
You can’t perform that action at this time.
0 commit comments