Skip to content

gyp, win: teach MSVS generator about MARMASM Items

Rodrigo Muino Tomonari requested to merge github/fork/jkunkee/arm64-gyp into master

The toolchain for ARM64 Windows includes support for assembly code, but with a very different syntax from MASM and NASM. This change teaches GYP how to emit the right XML tags in VCXPROJ files to support compiling assembly files with the new tool.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
    • not yet written
  • commit message follows commit guidelines

Merge request reports

Loading