C2 forum

General Category => Implementation Details => Topic started by: lerno on November 01, 2018, 09:12:16 PM

Title: ASM validation
Post by: lerno on November 01, 2018, 09:12:16 PM
It looks like ASM validation is only partial (and based on Clang) should more detailed parsing/checking be done?
Title: Re: ASM validation
Post by: bas on November 07, 2018, 10:39:26 AM
you're correct. I haven't copied all the register checking etc because there is no
target Triple yet. I have done successful cross-compilation to Arm/PowerPc systems of C2
using build files, but the compiler itself doesn't implement this yet.