[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

Anton Korobeynikov asl at math.spbu.ru
Fri Jan 19 09:25:36 PST 2007



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.73 -> 1.74
---
Log message:

Adding disassembler interface and external hook to udis86 library.


---
Diffs of the changes:  (+6 -0)

 config.h.in |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.73 llvm/include/llvm/Config/config.h.in:1.74
--- llvm/include/llvm/Config/config.h.in:1.73	Sun Dec 17 22:11:16 2006
+++ llvm/include/llvm/Config/config.h.in	Fri Jan 19 11:25:17 2007
@@ -190,6 +190,9 @@
 /* Define to 1 if you have the `pthread' library (-lpthread). */
 #undef HAVE_LIBPTHREAD
 
+/* Define to 1 if you have the `udis86' library (-ludis86). */
+#undef HAVE_LIBUDIS86
+
 /* Define to 1 if you have the <limits.h> header file. */
 #undef HAVE_LIMITS_H
 
@@ -526,6 +529,9 @@
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 #undef TM_IN_SYS_TIME
 
+/* Define if use udis86 library */
+#undef USE_UDIS86
+
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
 #undef YYTEXT_POINTER






More information about the llvm-commits mailing list