[libcxx-commits] [PATCH] D144573: [z/OS][NFC] Remove obsolete code.

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 24 13:04:56 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbe4aca6475fe: [z/OS][NFC] Remove obsolete code. (authored by zibi).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144573/new/

https://reviews.llvm.org/D144573

Files:
  libcxxabi/CMakeLists.txt


Index: libcxxabi/CMakeLists.txt
===================================================================
--- libcxxabi/CMakeLists.txt
+++ libcxxabi/CMakeLists.txt
@@ -245,10 +245,6 @@
 #===============================================================================
 
 # 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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144573.500280.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230224/d595dc44/attachment.bin>


More information about the libcxx-commits mailing list