[libcxx-commits] [libcxxabi] be4aca6 - [z/OS][NFC] Remove obsolete code.

Zibi Sarbinowski via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 24 13:04:43 PST 2023


Author: Zibi Sarbinowski
Date: 2023-02-24T15:04:38-06:00
New Revision: be4aca6475fe83baee32d93c7701a057f2426e63

URL: https://github.com/llvm/llvm-project/commit/be4aca6475fe83baee32d93c7701a057f2426e63
DIFF: https://github.com/llvm/llvm-project/commit/be4aca6475fe83baee32d93c7701a057f2426e63.diff

LOG: [z/OS][NFC] Remove obsolete code.

Remoce obsolete code from libcxxabi/CMakeLists.txt

Reviewed By: #libc_abi, abhina.sreeskantharajan, phosek

Differential Revision: https://reviews.llvm.org/D144573

Added: 
    

Modified: 
    libcxxabi/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxxabi/CMakeLists.txt b/libcxxabi/CMakeLists.txt
index 120d31677b561..4dd9f092dbf00 100644
--- a/libcxxabi/CMakeLists.txt
+++ b/libcxxabi/CMakeLists.txt
@@ -245,10 +245,6 @@ include(HandleLibcxxabiFlags)
 #===============================================================================
 
 # 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)


        


More information about the libcxx-commits mailing list