[flang-commits] [clang] [flang] [llvm] [Clang] Remove ARCMigrate (PR #119269)
via flang-commits
flang-commits at lists.llvm.org
Wed Jan 29 21:45:05 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:
I was wondering what the right way of doing this was; I’ll make a new pr for that
https://github.com/llvm/llvm-project/pull/119269
More information about the flang-commits
mailing list