[Mesa-dev] [PATCH 27/45] swr/rast: Fix codegen for typedef types
George Kyriazis
george.kyriazis at intel.com
Fri Apr 13 19:02:07 UTC 2018
---
src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py
index a127976..d8863c0 100644
--- a/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py
+++ b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py
@@ -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
--
2.7.4
More information about the mesa-dev
mailing list