aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Config/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Config/config.h.cmake')
-rw-r--r--include/clang/Config/config.h.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/clang/Config/config.h.cmake b/include/clang/Config/config.h.cmake
index 6971b4e9f06d..b138b5fcd828 100644
--- a/include/clang/Config/config.h.cmake
+++ b/include/clang/Config/config.h.cmake
@@ -56,4 +56,9 @@
/* enable x86 relax relocations by default */
#cmakedefine01 ENABLE_X86_RELAX_RELOCATIONS
+/* Enable each functionality of modules */
+#cmakedefine CLANG_ENABLE_ARCMT
+#cmakedefine CLANG_ENABLE_OBJC_REWRITER
+#cmakedefine CLANG_ENABLE_STATIC_ANALYZER
+
#endif