[all-commits] [llvm/llvm-project] 3693f4: [libc] Exclude Fuchsia from float128 detection (#7...

Caslyn Tonelli via All-commits all-commits at lists.llvm.org
Fri Dec 1 10:30:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3693f44fffc0622760979dd5e2143797662913fe
      https://github.com/llvm/llvm-project/commit/3693f44fffc0622760979dd5e2143797662913fe
  Author: Caslyn Tonelli <6718161+Caslyn at users.noreply.github.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
    M libc/src/__support/macros/properties/float.h
    M libc/src/__support/macros/properties/os.h

  Log Message:
  -----------
  [libc] Exclude Fuchsia from float128 detection (#73985)

Following from https://github.com/llvm/llvm-project/pull/73372:

Fuchsia targets currently don't support `float128`. Add detection for
`LIBC_TARGET_OS_IS_FUCHSIA`, and exclude this OS from setting
`LIBC_COMPILER_HAS_FLOAT128_EXTENSION`.




More information about the All-commits mailing list