[libcxx-commits] [PATCH] D118620: [SystemZ][z/OS] Build several exception derived classes as a separate library

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 9 07:58:33 PST 2022


zibi added inline comments.


================
Comment at: libcxx/src/CMakeLists.txt:312
+  cxx_set_common_defines(cxx_exception)
+
+  target_link_libraries(cxx_exception PUBLIC "${LIBCXX_CXX_SHARED_ABI_LIBRARY}")
----------------
I just noticed that we are missing the change for renaming dll name inside the side deck file. However this can be done in a separate patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118620



More information about the libcxx-commits mailing list