[llvm-commits] CVS: llvm/runtime/libdummy/Makefile README.txt dummylib.c

2006-11-16 Thread LLVM
Changes in directory llvm/runtime/libdummy: Makefile (r1.8) removed README.txt (r1.1) removed dummylib.c (r1.6) removed --- Log message: In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will be dropped. This patch pertains to removing the runtime directory from LLVM. ---

[llvm-commits] CVS: llvm/runtime/libdummy/Makefile README.txt dummylib.c

2006-11-16 Thread Reid Spencer
Changes in directory llvm/runtime/libdummy: Makefile updated: 1.9 - 1.10 README.txt updated: 1.2 - 1.3 dummylib.c updated: 1.7 - 1.8 --- Log message: Undo removal of the runtime libraries. While this may have been a bit premature, these libraries will be going away for the 2.0 release. Other

[llvm-commits] CVS: llvm/runtime/libdummy/Makefile

2006-05-31 Thread Reid Spencer
Changes in directory llvm/runtime/libdummy: Makefile updated: 1.7 - 1.8 --- Log message: For PR786: http://llvm.cs.uiuc.edu/PR786 : Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable