[libcxx-commits] [PATCH] D144573: Remove obsolete code.
Zibi Sarbino via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 22 10:07:20 PST 2023
zibi created this revision.
Herald added a project: All.
zibi requested review of this revision.
Herald added a project: libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++abi.
Remoce obsolete code from libcxxabi/CMakeLists.txt
Repository:
rG LLVM Github Monorepo
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.499570.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230222/0b57ce33/attachment.bin>
More information about the libcxx-commits
mailing list