aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/llvm-config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Config/llvm-config.h.cmake')
-rw-r--r--include/llvm/Config/llvm-config.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Config/llvm-config.h.cmake b/include/llvm/Config/llvm-config.h.cmake
index d54003d..bb7dc06 100644
--- a/include/llvm/Config/llvm-config.h.cmake
+++ b/include/llvm/Config/llvm-config.h.cmake
@@ -101,4 +101,8 @@
/* Define if we link Polly to the tools */
#cmakedefine LINK_POLLY_INTO_TOOLS
+/* Define if LLVM is built with asserts and checks that change the layout of
+ client-visible data structures. */
+#cmakedefine LLVM_ENABLE_ABI_BREAKING_CHECKS
+
#endif