Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of
[oota-llvm.git] / include / llvm / Config / config.h.cmake
index eb20b6470b32511019dc394bbb8fa888bcda0f9f..ca64124729918bf0920c54e737d1a078bd598c4b 100644 (file)
@@ -1,6 +1,4 @@
-/**************************************
-** Created by Kevin from config.h.in **
-***************************************/
+/* include/llvm/Config/config.h.cmake corresponding to config.h.in. */
 
 #ifndef CONFIG_H
 #define CONFIG_H
@@ -17,6 +15,9 @@
 /* Default <path> to all compiler invocations for --sysroot=<path>. */
 #undef DEFAULT_SYSROOT
 
+/* Define if you want backtraces on crash */
+#cmakedefine ENABLE_BACKTRACES
+
 /* Define if position independent code is enabled */
 #cmakedefine ENABLE_PIC