Look through PHIs to find additional register sources
[oota-llvm.git] / include / llvm / Config / llvm-config.h.cmake
index d54003d993a968501809b4adec9b4eddc0e0a946..e0f30678c0abdb30cabd04b25312df0581a63760 100644 (file)
 /* Installation directory for documentation */
 #cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
 
+/* Define if LLVM is built with asserts and checks that change the layout of
+   client-visible data structures.  */
+#cmakedefine LLVM_ENABLE_ABI_BREAKING_CHECKS
+
 /* Define if threads enabled */
 #cmakedefine01 LLVM_ENABLE_THREADS