[libcxx-commits] [PATCH] D158694: [libc++] Re-enable the __std_module test
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 24 07:19:58 PDT 2023
ldionne updated this revision to Diff 553120.
ldionne added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Also touch a Clang file just to trigger their CI pipeline.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158694/new/
https://reviews.llvm.org/D158694
Files:
clang/foo
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.553120.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230824/56ba2d8d/attachment.bin>
More information about the libcxx-commits
mailing list