[libcxx-commits] [PATCH] D145193: [libc++] Add support for .compile.pass.mm and .link.pass.mm tests
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 3 11:36:04 PST 2023
ldionne marked an inline comment as done.
ldionne added inline comments.
================
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
----------------
philnik wrote:
> Do we actually have any `.link` tests? I couldn't find anything other than the selftests.
No, I guess I originally provided them for completeness. I suggest keeping them since they could be useful, in theory, and they don't hurt to keep.
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