• Show log

    Commit

  • Hash : 2835f72c
    Author : Martin Storsjö
    Date : 2025-08-22T11:24:57

    arm: Fix compilation for Windows ARM targets (#936)
    
    The .arch directive is only relevant for ELF targets, it is
    unsupported for COFF and MachO targets.
    
    Before 170bab47c90626a33cd08f2169034600cfd9589c, this was
    not an issue as the directive was filtered out by the
    ifndef __clang__.