blob: bbc45650f3fca31dee9dd05bde3db92395974b1b [file] [log] [blame]
add_header_library(
architectures
HDRS
architectures.h
)
add_header_library(
compiler
HDRS
compiler.h
)
add_header_library(
os
HDRS
os.h
)
add_header_library(
cpu_features
HDRS
cpu_features.h
DEPENDS
.architectures
)
add_header_library(
types
HDRS
types.h
DEPENDS
.architectures
.compiler
.cpu_features
.os
libc.include.llvm-libc-macros.float_macros
libc.include.llvm-libc-types.float128
)