Fix gn check (#2821)

spriv-opt was missing a dependency on the AMD ballot extension that was
needed because it uses a header in the AMD ext to KHR ext pass.
This commit is contained in:
Corentin Wallez 2019-08-30 15:09:34 +02:00 committed by dan sinclair
parent 35d98be3bc
commit 4ae9b71651

View File

@ -660,6 +660,7 @@ static_library("spvtools_opt") {
deps = [
":spvtools",
":spvtools_vendor_tables_spv-amd-shader-ballot",
]
public_deps = [
":spvtools_headers",