[libcxx-commits] [PATCH] D118503: [SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.
Muiez Ahmed via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 2 07:24:13 PST 2022
muiez added inline comments.
Herald added a project: All.
================
Comment at: libcxx/src/CMakeLists.txt:229-232
+ set_target_properties(cxx_shared
+ PROPERTIES
+ COMPILE_FLAGS "${LIBCXX_COMPILE_FLAGS}"
+ )
----------------
I don't think we need this line since the COMPILE_FLAGS is already set for that target (line 218)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118503/new/
https://reviews.llvm.org/D118503
More information about the libcxx-commits
mailing list