[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] allow libc-hdrgen to work on windows files (#87292)

The code does some (overly simple?) checks on file syntax. These checks
assume unix line endings and fail on windows. This commit updates the
code to strip extra whitespace, making the checks more robust,
particularly in the presence of windows line endings.

Fixes #86023

GitOrigin-RevId: 0c254a3a456a224369cec0f346a06831154c23a4
Original-Revision: f5589b5fa0421104d93a78acd979dba5643751ab
Roller-URL: https://ci.chromium.org/b/8751796002318878257
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1018643
Original-Revision: b6a19f6c427cdf624c41079bed4d47a1091cb0b2
Change-Id: Ia3f4b9c3bf8fb9d3b8c7831bafee5e8ed5a9fca0
1 file changed
tree: 291c48e69c59a20f38d042964a86ed359d0771ac
  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 via the IRC channel #fuchsia on Freenode.

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.