Skip to content

Commit 0de1712

Browse files
global-integration-rollercopybara-github
authored andcommitted
[roll] Roll fuchsia [superproject] Roll third_party/Vulkan-Loader [clang][VulkanLoader] Suppress warnings from -Wunused-command-line-argument
After llvm/llvm-project#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: llvm/llvm-project#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 parent a36b6f3 commit 0de1712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="492ef301c123d548713ed0026fdfe70ba26257a9"/>
14+
revision="8ec9fa67ddc9f24e3d859725e46833f871e58a34"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)