Skip to content
  • Moritz Angermann's avatar
    Adds x86_64-apple-darwin14 target. · f560a03c
    Moritz Angermann authored and Ben Gamari's avatar Ben Gamari committed
    x86_64-apple-darwin14, is the target for the 64bit simulator.
    Ideally, we'd have (i386|armv7|arm64|x64_86)-apple-ios, yet,
    many #ifdefs depend on `darwin`, notably libffi. Hence, this only adds
    x86_64-apple-darwin14 as a target. This also updates the comment to
    add the `-S` flag, and dump the output to stdout; and adjusts the
    `datalayout` and `triple` values, as obtained through the method
    mentioned in the comment.
    
    Reviewers: hvr, erikd, austin, bgamari, simonmar
    
    Reviewed By: simonmar
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2378
    f560a03c