Am 28.09.2017 um 20:09 schrieb Ben Crocker:
> In gallivm_compile_module, fix a typo in the
> debug_printf("Invoke as \"llc ..." message.
> 
> Cc: "17.2" <mesa-sta...@lists.freedesktop.org>
> 
> Signed-off-by: Ben Crocker <bcroc...@redhat.com>
> ---
>  src/gallium/auxiliary/gallivm/lp_bld_init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.c 
> b/src/gallium/auxiliary/gallivm/lp_bld_init.c
> index 9f1ade6..c456a97 100644
> --- a/src/gallium/auxiliary/gallivm/lp_bld_init.c
> +++ b/src/gallium/auxiliary/gallivm/lp_bld_init.c
> @@ -606,7 +606,7 @@ gallivm_compile_module(struct gallivm_state *gallivm)
>        LLVMWriteBitcodeToFile(gallivm->module, filename);
>        debug_printf("%s written\n", filename);
>        debug_printf("Invoke as \"llc %s%s -o - %s\"\n",
> -                   (HAVE_LLVM >= 0x0305) ? "[-mcpu=<-mcpu option] " : "",
> +                   (HAVE_LLVM >= 0x0305) ? "[-mcpu=<-mcpu option>] " : "",
>                     "[-mattr=<-mattr option(s)>]",
>                     filename);
>     }
> 

Reviewed-by: Roland Scheidegger <srol...@vmware.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to