alibaba / xoc

XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular languages. There are two level IR representations used throughout all phases of the compilation.
110 stars 53 forks source link

Lack of unit tests for the project #7

Closed Mookel closed 3 years ago

Mookel commented 4 years ago

I am not sure wether this is the right place to ask, my questions is: why there are not any unit tests for this project, how to ensure the correctness of the ir??

stevenknown commented 3 years ago

Please move to https://github.com/stevenknown/xgen. That is a complete project to use XOC, and there is a testsuite both for C language and IR builder.

Mookel commented 3 years ago

Please move to https://github.com/stevenknown/xgen. That is a complete project to use XOC, and there is a testsuite both for C language and IR builder.

Well noted @stevenknown , I will move to the xgen project, thanks very much.