[libcxx-commits] [PATCH] D158694: [libc++] Re-enable the __std_module test

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 23 19:24:26 PDT 2023


ldionne created this revision.
ldionne added a reviewer: Mordante.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This reverts commit aa60b2687 <https://reviews.llvm.org/rGaa60b2687ce3b67e454ba7c8c58a8688247df0b8>, which was a temporary workaround.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158694

Files:
  libcxx/test/libcxx/clang_modules_include.gen.py


Index: libcxx/test/libcxx/clang_modules_include.gen.py
===================================================================
--- libcxx/test/libcxx/clang_modules_include.gen.py
+++ libcxx/test/libcxx/clang_modules_include.gen.py
@@ -44,11 +44,8 @@
 #include <{header}>
 """)
 
-# TODO: Remove the UNSUPPORTED{BLOCKLIT}: modules-build once issues with this test have been figured out.
 print(f"""\
 //--- __std_clang_module.compile.pass.mm
-// UNSUPPORTED{BLOCKLIT}: modules-build
-
 // RUN{BLOCKLIT}: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only
 
 // REQUIRES{BLOCKLIT}: modules-build


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158694.552958.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230824/4bb96356/attachment.bin>


More information about the libcxx-commits mailing list