Skip to content
  • Ben Gamari's avatar
    918d5021
    configure: Fix parsing of ARM triples · 918d5021
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    To support proper parsing of arm64 targets, we needed to adjust
    the GHC_LLVM_TARGET function to allow parsing arm64-apple-darwin
    into aarch64. This however discared the proper os detection.
    
    To rectify this, we'll pull the os detection into separate block.
    
    Fixes #19173.
    918d5021
    configure: Fix parsing of ARM triples
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    To support proper parsing of arm64 targets, we needed to adjust
    the GHC_LLVM_TARGET function to allow parsing arm64-apple-darwin
    into aarch64. This however discared the proper os detection.
    
    To rectify this, we'll pull the os detection into separate block.
    
    Fixes #19173.
Loading