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

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

This reverts commit aa60b2687, which was a temporary workaround.
---
 clang/foo                                       | 0
 libcxx/test/libcxx/clang_modules_include.gen.py | 3 ---
 2 files changed, 3 deletions(-)
 create mode 100644 clang/foo

diff --git a/clang/foo b/clang/foo
new file mode 100644
index 00000000000000..e69de29bb2d1d6
diff --git a/libcxx/test/libcxx/clang_modules_include.gen.py 
b/libcxx/test/libcxx/clang_modules_include.gen.py
index 26ef2077449b88..78087f098bc6c6 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

>From bb67a572b6a7b87d44ff8a0cec5fd4942b729b16 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionn...@gmail.com>
Date: Tue, 16 Jan 2024 10:56:54 -0500
Subject: [PATCH 2/2] Remove empty file under clang/ -- no idea why it is there

---
 clang/foo | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 clang/foo

diff --git a/clang/foo b/clang/foo
deleted file mode 100644
index e69de29bb2d1d6..00000000000000

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to