Skip to content
  • Chuck Atkins's avatar
    XL: Fix the use of the -qhalt flag for varying OSs · f320907b
    Chuck Atkins authored
    The valid settings to pass to the IBM XL compiler for the -qhalt flag
    vary widely by language and platform.  Based on existing documentation,
    the following table shows which error levels are valid to pass to
    -qhalt= since -qhalt=e is not always available.
    
    OS       |  xlc  |  xlC  |   xlf   |
    ---------|-------|------------------
    AIX      | iwes  | iw s  | ilwesu  |
    BlueGene | iwes  | iwes  | ilwesu  |
    OS X     | iwesu | iwesu | ilwesu  |
    Linux    |  w    |  w    | ilwesu  |
    f320907b