[roll] Roll fuchsia [superproject] Roll third_party/Vulkan-Loader [clang][VulkanLoader] Suppress warnings from -Wunused-command-line-argument

After https://github.com/llvm/llvm-project/pull/101103, clang will no
longer accept mixing `-S` and `-c`. An upstream discussion on shows that
this was intentional, and is unlikely to be reverted:
https://github.com/llvm/llvm-project/issues/104347. It also does not
appear to be possible to remove the `-c` option from the compiler
command. As a compromise, we opt out of the option warning so that
-Werror will continue to work.

Original-Fixed: 359934302
Original-Bug: 360223478
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/Vulkan-Loader/+/1101677
Original-Revision: 710b06e7ff8e672b7359489fe4906f705c2761d4
GitOrigin-RevId: 33e2ce9b6ea925b58f20b89d10d8f3ef8a838e0d
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1113304
Original-Revision: 8ec9fa67ddc9f24e3d859725e46833f871e58a34
Change-Id: I73cb9e794d9c8ae6227ca592679a816b1189961b
1 file changed
tree: 9af526b207472ac4c8d4baf587d77181ffa111a2
  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.