Commits


Fanbo Meng authored and GitHub committed 70916cbf71f
Remove COMPILER_IBMXL macro for z/OS (#1777) COMPILER_IBMXL identifies the Clang based IBM XL compiler (xlclang) on z/OS. This compiler is obsolete and replaced by the Open XL compiler, so the macro is no longer needed and the existing code would lead to incorrect asm syntax for Open XL.