[libcxx-commits] [PATCH] D129312: [SystemZ][z/OS] Add custom config file for libc++/abi testing

Muiez Ahmed via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 7 11:38:52 PDT 2022


muiez added a comment.

The motivation of this patch is to incrementally integrate a libc++ CI for z/OS.



================
Comment at: libcxx/test/configs/ibm-zos-libc++-shared.cfg.in:22-23
+config.substitutions.append(('%{link_flags}',
+    '-nostdlib++ -L %{install}/lib -L %{install}/libcxx/lib -lc++ -lc++_a \
+    -lc++_exception -lc++abi -lc++abixl -lunwind'))
+
----------------
The libraries `libc++_a` & `libc++_exception` are generated in the following patches: https://reviews.llvm.org/D118503 & https://reviews.llvm.org/D118620. Their comments have been addressed and are awaiting review.

The `libc++abixl` & `libunwind` libraries will be provided with the OS.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129312



More information about the libcxx-commits mailing list