summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/XL-CXX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Split XL compiler information filesBrad King2009-09-301-0/+11
| | | | | | 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.
* Teach compiler id about VisualAge -> XL rebrandingBrad King2009-08-071-0/+1
IBM rebranded its VisualAge compiler to XL starting at version 8.0. We use the compiler id "XL" for newer versions and "VisualAge" for older versions. We now also recognize the "z/OS" compiler, which is distinct from XL.