mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-09 02:49:11 +00:00
![Sam Carroll](/assets/img/avatar_default.png)
When using `--convert-func-to-llvm=emit-c-wrappers` the attribute arguments of the wrapper would not be created correctly in some cases. This patch fixes that and introduces a set of tests for (hopefully) all corner cases. See https://github.com/llvm/llvm-project/issues/53503 Author: Sam Carroll <sam.carroll@lmns.com> Co-Author: Laszlo Kindrat <laszlo.kindrat@lmns.com> Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D119895
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.