mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 11:40:10 +01:00
intel/tools: Do not print type/qualifiers/name for c_literal
External tools may wish to choose their own type, qualifiers, and name, so do not emit our own. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3952> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3952>
This commit is contained in:
parent
5feea40889
commit
cb166aea24
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
if (output_type == OPT_OUTPUT_C_LITERAL)
|
||||
fprintf(output, "static const char gen_eu_bytes[] = {\n");
|
||||
fprintf(output, "{\n");
|
||||
|
||||
brw_validate_instructions(p->devinfo, p->store, 0,
|
||||
p->next_insn_offset, disasm_info);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue