summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/AIX-IBMClang.cmake
Commit message (Collapse)AuthorAgeFilesLines
* IBMClang: Do not use -fvisibility on AIXBrad King2022-01-281-0/+1
| | | | | | | | | | | Use of `-fvisibility=hidden` fails: unsupported option '-fvisibility=hidden' for target 'powerpc-ibm-aix7.2.0.0' Apply the change from commit 4feba34d02 (GNU: Do not use -fvisibility on AIX or HP-UX, 2016-09-03, v3.7.0-rc1~173^2~2) to IBMClang also. Issue: #23157
* IBMClang: Add support for IBM Open XL C/C++Aaron Liu2022-01-271-0/+15
Fixes: #22929