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

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 11 12:22:55 PDT 2024


Author: Louis Dionne
Date: 2024-03-11T15:22:51-04:00
New Revision: d2e57c5c36d9b084f804cfd96a47472e23d05cac

URL: https://github.com/llvm/llvm-project/commit/d2e57c5c36d9b084f804cfd96a47472e23d05cac
DIFF: https://github.com/llvm/llvm-project/commit/d2e57c5c36d9b084f804cfd96a47472e23d05cac.diff

LOG: [libc++] Re-enable the clang_modules_include test for Objective-C++ (#66801)

This reverts commit aa60b2687, which was a temporary workaround.
The underlying issue was fixed in Clang via c2c840bd92cf.

This was originally https://reviews.llvm.org/D158694.

Added: 
    

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

Removed: 
    


################################################################################
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