summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/AIX-XL-C.cmake
Commit message (Collapse)AuthorAgeFilesLines
* XL: Fix the use of the -qhalt flag for varying OSsChuck Atkins2017-04-271-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 moduleBrad King2011-03-021-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 filesBrad King2009-09-301-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.