[Mesa-dev] [PATCH] Android: fix missing generation of vtn_gather_types.c

Jason Ekstrand jason at jlekstrand.net
Wed Dec 13 21:49:36 UTC 2017


Rb


On Wed, Dec 13, 2017 at 1:08 PM, Rob Herring <robh at kernel.org> wrote:

> Commit bb1e6ff161c9 ("spirv: Add a prepass to set types on vtn_values")
> added generation of vtn_gather_types.c, but forgot to add it to the
> Android build files.
>
> Fixes: bb1e6ff161c9 ("spirv: Add a prepass to set types on vtn_values")
> Cc: Jason Ekstrand <jason.ekstrand at intel.com>
> Signed-off-by: Rob Herring <robh at kernel.org>
> ---
>  src/compiler/Android.nir.gen.mk | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/src/compiler/Android.nir.gen.mk b/src/compiler/Android.nir.
> gen.mk
> index e2187d081df8..aaa27128b41a 100644
> --- a/src/compiler/Android.nir.gen.mk
> +++ b/src/compiler/Android.nir.gen.mk
> @@ -98,3 +98,8 @@ $(intermediates)/nir/nir_opt_algebraic.c:
> $(nir_opt_algebraic_deps)
>  $(intermediates)/spirv/spirv_info.c: $(LOCAL_PATH)/spirv/spirv_info_c.py
> $(LOCAL_PATH)/spirv/spirv.core.grammar.json
>         @mkdir -p $(dir $@)
>         $(hide) $(MESA_PYTHON2) $^ $@ || ($(RM) $@; false)
> +
> +$(intermediates)/spirv/vtn_gather_types.c:: $(LOCAL_PATH)/spirv/vtn_gather_types_c.py
> $(LOCAL_PATH)/spirv/spirv.core.grammar.json
> +       @mkdir -p $(dir $@)
> +       $(hide) $(MESA_PYTHON2) $^ $@ || ($(RM) $@; false)
> +
> --
> 2.14.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171213/eafcb042/attachment-0001.html>


More information about the mesa-dev mailing list