Changes in directory llvm/lib/CodeGen/SelectionDAG:
Makefile updated: 1.6 -> 1.7 --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to prevent cyclic library dependencies for libSystem 4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h 5. Add IncludeFile support to various lib/System classes. 6. Add new lib/System classes to LinkAllVMCore.h All this in an attempt to pull in lib/System to what's required for VMCore --- Diffs of the changes: (+1 -0) Makefile | 1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/Makefile diff -u llvm/lib/CodeGen/SelectionDAG/Makefile:1.6 llvm/lib/CodeGen/SelectionDAG/Makefile:1.7 --- llvm/lib/CodeGen/SelectionDAG/Makefile:1.6 Thu Jul 20 19:10:47 2006 +++ llvm/lib/CodeGen/SelectionDAG/Makefile Wed Jul 26 11:18:00 2006 @@ -10,5 +10,6 @@ LIBRARYNAME = LLVMSelectionDAG PARALLEL_DIRS = BUILD_ARCHIVE = 1 +DONT_BUILD_RELINKED = 1 include $(LEVEL)/Makefile.common _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits