[bazel] Disable CLANG_ENABLE_OBJC_REWRITER (for #119269)

This commit is contained in:
NAKAMURA Takumi 2025-01-30 17:10:40 +09:00
parent 3cf56b5f04
commit b8d4ba674b

View File

@ -93,7 +93,7 @@
#define ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER 0
/* Enable each functionality of modules */
#define CLANG_ENABLE_OBJC_REWRITER 1
#define CLANG_ENABLE_OBJC_REWRITER 0
#define CLANG_ENABLE_STATIC_ANALYZER 1
/* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */