[libcxx-commits] [PATCH] D145193: [libc++] Add support for .compile.pass.mm and .link.pass.mm tests

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 2 14:36:58 PST 2023


philnik accepted this revision.
philnik added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/utils/libcxx/test/format.py:121-123
     FOO.link.pass.cpp       - Compiles and links successfully, run not attempted
+    FOO.link.pass.mm        - Same as .link.pass.cpp, but for Objective-C++
     FOO.link.fail.cpp       - Compiles successfully, but fails to link
----------------
Do we actually have any `.link` tests? I couldn't find anything other than the selftests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145193



More information about the libcxx-commits mailing list