Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XL: Fix the use of the -qhalt flag for varying OSs | Chuck Atkins | 2017-04-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | 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 | | ||||
* | Factor AIX and XL compiler flags into common module | Brad King | 2011-03-02 | 1 | -4/+2 |
| | | | | | Factor duplicate flag information from Platform/AIX-XL-*.cmake into Platform/AIX-XL.cmake and load it from the original files. | ||||
* | Split XL compiler information files | Brad King | 2009-09-30 | 1 | -0/+4 |
This moves platform-independent XL compiler flags into separate "Compiler/XL-<lang>.cmake" modules. Platform-specific flags go in "Platform/<os>-XL-<lang>.cmake" modules. |