[libcxx-commits] [PATCH] D151240: [libc++][PSTL] Make sure that -fexperimental-library enables the PSTL

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 24 09:01:51 PDT 2023


philnik updated this revision to Diff 525205.
philnik marked an inline comment as done.
philnik added a comment.

Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151240

Files:
  libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp


Index: libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
===================================================================
--- libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
+++ libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
@@ -22,3 +22,7 @@
 // ADDITIONAL_COMPILE_FLAGS: -fexperimental-library
 
 #include <version>
+
+#ifdef _LIBCPP_HAS_NO_INCOMPLETE_PSTL
+#  error "-fexperimental-library should enable the PSTL"
+#endif


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151240.525205.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230524/76ccb03d/attachment.bin>


More information about the libcxx-commits mailing list