Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IBMClang: No thin LTO on AIX | Nicole Rabjohn | 2023-03-23 | 1 | -1/+4 |
| | | | | AIX does not yet support thin LTO. | ||||
* | Only initialize CMAKE_CXX_COMPILER_PREDEFINES_COMMAND | Joerg Bornemann | 2022-11-16 | 1 | -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 Liu | 2022-01-27 | 1 | -0/+79 |
Fixes: #22929 |