[roll] Roll llvm-project/libc [libc] Pass through LIBC_CONF_MATH_OPTIMIZATIONS correctly (#113540)

It's checked in a cmake function that builds up a list called
`config_options`. But the check was appending to a list called
`compile_options`, so the intended `-DLIBC_MATH=whatever` didn't end up
on the actual compile command lines.

GitOrigin-RevId: 653a95a033516c5fbbe0e8eeb29c99c1ec238414
Original-Revision: 50d32ee93a6b0fa8d6cf9e0de8feb01a64a1364c
Change-Id: Ic0327e5fe7552fb8825ffe24b8de6f1e425c59fd
1 file changed
tree: eec54e07b8f473e79ae1e15eadf48a69a51aa534
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.