[PATCH] D33049: [libcxx] Support for Objective-C++ tests
Erik Pilkington via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 10 09:24:49 PDT 2017
erik.pilkington created this revision.
This patch adds lit testing support for Objective-C++. I'm going to be working on improving Objective-C++ support in libc++ this summer, and it would be nice to write tests. I tested this patch on Ubuntu 16.04 with gcc 5.4, and it works fine (the .mm tests become UNSUPPORTED).
Thanks for taking a look!
Erik
https://reviews.llvm.org/D33049
Files:
test/libcxx/selftest/test.fail.mm
test/libcxx/selftest/test.pass.mm
utils/libcxx/compiler.py
utils/libcxx/test/config.py
utils/libcxx/test/format.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33049.98475.patch
Type: text/x-patch
Size: 10688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170510/b5a6ebda/attachment.bin>
More information about the cfe-commits
mailing list