Remoce obsolete code from libcxxabi/CMakeLists.txt
Reviewed By: #libc_abi, abhina.sreeskantharajan, phosek
Differential Revision: https://reviews.llvm.org/
D144573
#===============================================================================
# Configure target flags
-if(ZOS)
- add_flags_if_supported("-fzos-le-char-mode=ebcdic")
-endif()
-
if (${CMAKE_SYSTEM_NAME} MATCHES "AIX")
add_flags_if_supported("-mdefault-visibility-export-mapping=explicit")
set(CMAKE_AIX_EXPORT_ALL_SYMBOLS OFF)