[libcxx-commits] [PATCH] D137294: [libcxx] Fix the support requirements for `std::function` Objective-C++ test.
Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 3 14:26:21 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG76c0ee5cb740: [libcxx] Fix the support requirements for `std::function` Objective-C++ test. (authored by varconst <varconsteq at gmail.com>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137294/new/
https://reviews.llvm.org/D137294
Files:
libcxx/test/libcxx/utilities/function.objects/func.blocks.arc.pass.mm
Index: libcxx/test/libcxx/utilities/function.objects/func.blocks.arc.pass.mm
===================================================================
--- libcxx/test/libcxx/utilities/function.objects/func.blocks.arc.pass.mm
+++ libcxx/test/libcxx/utilities/function.objects/func.blocks.arc.pass.mm
@@ -12,7 +12,7 @@
// This test requires the Blocks runtime, which is (only?) available on Darwin
// out-of-the-box.
-// REQUIRES: has-fblocks && darwin
+// REQUIRES: has-fblocks && has-fobjc-arc && darwin
// ADDITIONAL_COMPILE_FLAGS: -fblocks -fobjc-arc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137294.473035.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221103/92bf2259/attachment.bin>
More information about the libcxx-commits
mailing list