mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 03:38:06 +02:00
gallivm: fix typo in debug_printf message
In gallivm_compile_module, fix a typo in the
debug_printf("Invoke as \"llc ..." message.
Cc: "17.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Ben Crocker <bcrocker@redhat.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
8196a3c63e
commit
3a9feb4db8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue