Skip to content

[libc][fenv] Remove unnecessary dependencies #88788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions libc/src/fenv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ add_entrypoint_object(
HDRS
fesetround.h
DEPENDS
libc.hdr.fenv_macros
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
-O2
Expand All @@ -30,7 +29,6 @@ add_entrypoint_object(
HDRS
feclearexcept.h
DEPENDS
libc.hdr.fenv_macros
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
-O2
Expand All @@ -43,7 +41,6 @@ add_entrypoint_object(
HDRS
feraiseexcept.h
DEPENDS
libc.hdr.fenv_macros
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
-O2
Expand All @@ -56,7 +53,6 @@ add_entrypoint_object(
HDRS
fetestexcept.h
DEPENDS
libc.hdr.fenv_macros
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
-O2
Expand All @@ -69,7 +65,6 @@ add_entrypoint_object(
HDRS
fegetenv.h
DEPENDS
libc.hdr.fenv_macros
libc.hdr.types.fenv_t
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
Expand All @@ -83,7 +78,6 @@ add_entrypoint_object(
HDRS
fesetenv.h
DEPENDS
libc.hdr.fenv_macros
libc.hdr.types.fenv_t
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
Expand Down Expand Up @@ -111,7 +105,6 @@ add_entrypoint_object(
HDRS
fesetexcept.h
DEPENDS
libc.hdr.fenv_macros
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
-O2
Expand Down Expand Up @@ -166,7 +159,6 @@ add_entrypoint_object(
HDRS
feenableexcept.h
DEPENDS
libc.hdr.fenv_macros
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
-O2
Expand All @@ -179,7 +171,6 @@ add_entrypoint_object(
HDRS
fedisableexcept.h
DEPENDS
libc.hdr.fenv_macros
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
-O2
Expand All @@ -192,7 +183,6 @@ add_entrypoint_object(
HDRS
fegetexcept.h
DEPENDS
libc.hdr.fenv_macros
libc.src.__support.FPUtil.fenv_impl
COMPILE_OPTIONS
-O2
Expand Down
Loading