[libc] add basic Intel MacOS configuration
authorMichael Jones <michaelrj@google.com>
Wed, 1 Mar 2023 19:35:40 +0000 (11:35 -0800)
committerMichael Jones <michaelrj@google.com>
Wed, 1 Mar 2023 23:33:16 +0000 (15:33 -0800)
commiteffd56b0a03080d3d5460036efc425796bfc8882
tree3535974066b69f18ceb0c163ffbd0c654a619ec9
parent9cec2b246e719533723562950e56c292fe5dd5ad
[libc] add basic Intel MacOS configuration

The config is based on the ARM MacOS config, but with fenv and math
functions disabled.

This should unblock this bug: https://github.com/llvm/llvm-project/issues/60910

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D145099
libc/config/darwin/x86_64/entrypoints.txt [new file with mode: 0644]
libc/config/darwin/x86_64/headers.txt [new file with mode: 0644]
libc/src/__support/FPUtil/FEnvImpl.h