[all-commits] [llvm/llvm-project] effd56: [libc] add basic Intel MacOS configuration
michaelrj-google via All-commits
all-commits at lists.llvm.org
Wed Mar 1 15:33:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: effd56b0a03080d3d5460036efc425796bfc8882
https://github.com/llvm/llvm-project/commit/effd56b0a03080d3d5460036efc425796bfc8882
Author: Michael Jones <michaelrj at google.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
A libc/config/darwin/x86_64/entrypoints.txt
A libc/config/darwin/x86_64/headers.txt
M libc/src/__support/FPUtil/FEnvImpl.h
Log Message:
-----------
[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
More information about the All-commits
mailing list