[libcxx-commits] [PATCH] D114377: [SystemZ][z/OS] Link library path in libc++ testing

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 24 14:22:32 PST 2021


ldionne added a comment.

I don't understand why this change is necessary, since you folks are using this config `libcxx/test/configs/ibm-libc++-shared.cfg.in`.

Generally speaking, we're trying to move away from the old config file in libcxx/utils/libcxx/test/config.py. I don't really have an objection to this patch except that it's going to break when we remove libcxx/utils/libcxx/test/config.py, so you should probably set up your testing against the right configuration from the get go.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114377



More information about the libcxx-commits mailing list