[llvm-commits] [support] r39955 [3/3] - in /support/trunk: ./ autoconf/ autoconf/m4/ include/ include/llvm/ include/llvm/ADT/ include/llvm/Config/ include/llvm/Support/ include/llvm/System/ lib/ lib/Support/ lib/System/

Reid Spencer rspencer at reidspencer.com
Mon Jul 16 21:29:52 PDT 2007


Propchange: support/trunk/configure

------------------------------------------------------------------------------
    svn:executable = *

Copied: support/trunk/include/llvm/Config/config.h.in (from r39925, llvm/trunk/include/llvm/Config/config.h.in)
URL: http://llvm.org/viewvc/llvm-project/support/trunk/include/llvm/Config/config.h.in?p2=support/trunk/include/llvm/Config/config.h.in&p1=llvm/trunk/include/llvm/Config/config.h.in&r1=39925&r2=39955&rev=39955&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.in (original)
+++ support/trunk/include/llvm/Config/config.h.in Mon Jul 16 23:29:52 2007
@@ -11,9 +11,6 @@
 /* Define to 1 if using `alloca.c'. */
 #undef C_ALLOCA
 
-/* Define if CBE is enabled for printf %a output */
-#undef ENABLE_CBE_PRINTF_A
-
 /* Define if position independent code is enabled */
 #undef ENABLE_PIC
 

Copied: support/trunk/lib/Makefile (from r39925, llvm/trunk/lib/Makefile)
URL: http://llvm.org/viewvc/llvm-project/support/trunk/lib/Makefile?p2=support/trunk/lib/Makefile&p1=llvm/trunk/lib/Makefile&r1=39925&r2=39955&rev=39955&view=diff

==============================================================================
--- llvm/trunk/lib/Makefile (original)
+++ support/trunk/lib/Makefile Mon Jul 16 23:29:52 2007
@@ -8,8 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Debugger Linker 
+PARALLEL_DIRS = System Support
 
 include $(LEVEL)/Makefile.common
 

Propchange: support/trunk/lib/Support/

------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jul 16 23:29:52 2007
@@ -0,0 +1 @@
+Debug

Propchange: support/trunk/lib/System/

------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jul 16 23:29:52 2007
@@ -0,0 +1 @@
+Debug





More information about the llvm-commits mailing list