Skip to content

Commit

Permalink
[bazel] Disable CLANG_ENABLE_OBJC_REWRITER (for #119269)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapuni committed Jan 30, 2025
1 parent 3cf56b5 commit b8d4ba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b8d4ba6

Please sign in to comment.