[clang] [flang] [llvm] [Clang] Remove ARCMigrate (PR #119269)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 13:19:11 PST 2025


================
@@ -22,7 +22,7 @@ config.host_cxx = "@CMAKE_CXX_COMPILER@"
 config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
 config.have_zlib = @LLVM_ENABLE_ZLIB@
 config.have_zstd = @LLVM_ENABLE_ZSTD@
-config.clang_arcmt = @CLANG_ENABLE_ARCMT@
+config.clang_objc_rewriter = "@CLANG_ENABLE_OBJC_REWRITER@" == "ON"
----------------
Sirraide wrote:

Opened #125117.

https://github.com/llvm/llvm-project/pull/119269


More information about the llvm-commits mailing list