summaryrefslogtreecommitdiff
path: root/Modules/Compiler/IBMClang.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Only initialize CMAKE_CXX_COMPILER_PREDEFINES_COMMANDJoerg Bornemann2022-11-161-2/+4
| | | | | | | | | | | Don't initialize the other CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND variables. The only language variant that is used is CMAKE_CXX_COMPILER_PREDEFINES_COMMAND, and the other language variants contained invalid, namely C++-specific commands. Fixes: #23968
* IBMClang: Add support for IBM Open XL C/C++Aaron Liu2022-01-271-0/+79
Fixes: #22929