[libcxx-commits] [libcxx] [libc++] Re-enable the clang_modules_include test for Objective-C++ (PR #66801)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 29 07:54:51 PST 2024


https://github.com/ldionne updated https://github.com/llvm/llvm-project/pull/66801

>From b5ee8672a550e72a41b4846b8193b3d0a05c109c Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Wed, 23 Aug 2023 22:23:17 -0400
Subject: [PATCH] [libc++] Re-enable the clang_modules_include test for
 Objective-C++

This reverts commit aa60b2687, which was a temporary workaround.
---
 libcxx/test/libcxx/clang_modules_include.gen.py | 3 ---
 1 file changed, 3 deletions(-)

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



More information about the libcxx-commits mailing list