Skip to content
  • Ben Gamari's avatar
    8efc660d
    configure: Fix parsing of ARM triples · 8efc660d
    Ben Gamari authored and Moritz Angermann's avatar Moritz Angermann 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.
    8efc660d
    configure: Fix parsing of ARM triples
    Ben Gamari authored and Moritz Angermann's avatar Moritz Angermann 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