Per Rosengren
Per Rosengren
> It looks like you've tried to implement a single compiler class for handling both C and C++, which is not the way Meson's abstractions are structured. Generally when you...
> > I didn't see how other compilers added cpp_args and cpp_link_args, but they were required to exist so I created them. > > That's all provided by the base...
> > Finally I wonder if there needs to be test cases for this, given it is such an exotic compiler. > > If the compiler is freely available running...
I have followed your suggestion and split up the single compiler suite class into language specific ones, sharing a mixin. The DiabAsmCompiler is marked as language nasm because it was...