mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
swr/rast: Fix codegen for typedef types
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
c5d7b37fe7
commit
f135f54b18
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ def gen_llvm_types(input_file, output_file):
|
|||
is_llvm_typedef = re.search(r'@llvm_typedef', line)
|
||||
if is_llvm_typedef is not None:
|
||||
is_llvm_typedef = True
|
||||
continue
|
||||
else:
|
||||
is_llvm_typedef = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue