Skip to content

Commit b8d4ba6

Browse files
committed
[bazel] Disable CLANG_ENABLE_OBJC_REWRITER (for llvm#119269)
1 parent 3cf56b5 commit b8d4ba6

File tree

1 file changed

+1
-1
lines changed
  • utils/bazel/llvm-project-overlay/clang/include/clang/Config

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
#define ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER 0
9494

9595
/* Enable each functionality of modules */
96-
#define CLANG_ENABLE_OBJC_REWRITER 1
96+
#define CLANG_ENABLE_OBJC_REWRITER 0
9797
#define CLANG_ENABLE_STATIC_ANALYZER 1
9898

9999
/* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */

0 commit comments

Comments
 (0)