summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/XL-CXX-DetermineCompiler.cmake
Commit message (Collapse)AuthorAgeFilesLines
* XL: Recognize compilers identified by __ibmxl__Brad King2018-03-061-1/+1
| | | | | | | | | IBM XL C/C++ for Linux versions 13.1.6 and above no longer define `__IBMC__` or `__IBMCPP__` by default (see `-qxlcompatmacros`). Instead `__ibmxl__` now identifies the compiler along with some related new version macros. Fixes: #17784
* Project: Generate the CXX compiler Id test from multiple files.Stephen Kelly2014-05-071-0/+4
This will allow sharing of the logic of the order to test compilers in and the preprocessor macros used to do that and to determine the version components.