[libcxx-commits] [PATCH] D115398: [libcxx] Use LIBCXX_EXECUTOR, LIBCXX_TEST_COMPILER_FLAGS and LIBCXX_TEST_LINKER_FLAGS in new test configs

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 8 13:57:21 PST 2021


mstorsjo created this revision.
mstorsjo added a reviewer: ldionne.
Herald added a subscriber: mgorny.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

These allow cross-testing (by setting LIBCXX_EXECUTOR to point
to ssh.py) and allow testing in configurations with extra compiler
and/or linker flags set, without making an entirely new test config
file.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115398

Files:
  libcxx/test/configs/apple-libc++-shared.cfg.in
  libcxx/test/configs/cmake-bridge.cfg.in
  libcxx/test/configs/ibm-libc++-shared.cfg.in
  libcxx/test/configs/llvm-libc++-shared-gcc.cfg.in
  libcxx/test/configs/llvm-libc++-shared.cfg.in
  libcxx/test/configs/llvm-libc++-static.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115398.392928.patch
Type: text/x-patch
Size: 6325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211208/6e9bb0b2/attachment.bin>


More information about the libcxx-commits mailing list