meson icon indicating copy to clipboard operation
meson copied to clipboard

vs2010backend: Initial MASM language support

Open mochaaP opened this issue 11 months ago • 1 comments

Fix #11653

xrefs: https://github.com/libffi/libffi/pull/746

mochaaP avatar Jan 22 '25 05:01 mochaaP

cc @neheb you might have interest testing this :)

mochaaP avatar Jan 22 '25 10:01 mochaaP

Thanks for the review, will take a look at this later today

mochaaP avatar May 01 '25 17:05 mochaaP

All suggestions applied.

mochaaP avatar May 03 '25 10:05 mochaaP

With a snippet added the docs/release_notes this is r-b me.

dcbaker avatar May 04 '25 00:05 dcbaker

I think the macos failure will be resolved by a rebase. The vs failure looks relevant, like we have an assumption you'll have C or C++ enabled when the vsbackend is enabled, and that's not true with this series

dcbaker avatar May 05 '25 17:05 dcbaker

However we do have C enabled in that test, I'm not sure where to blame here

mochaaP avatar May 05 '25 21:05 mochaaP

fixed. the backend excepted at least one c/c++ source in the target

mochaaP avatar May 06 '25 09:05 mochaaP