[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Jan 27 14:07:02 PST 2006
Changes in directory llvm/runtime/GCCLibraries/crtend:
Makefile updated: 1.30 -> 1.31
---
Log message:
Remove out of date comment
---
Diffs of the changes: (+0 -7)
Makefile | 7 -------
1 files changed, 7 deletions(-)
Index: llvm/runtime/GCCLibraries/crtend/Makefile
diff -u llvm/runtime/GCCLibraries/crtend/Makefile:1.30 llvm/runtime/GCCLibraries/crtend/Makefile:1.31
--- llvm/runtime/GCCLibraries/crtend/Makefile:1.30 Fri Jan 27 16:06:23 2006
+++ llvm/runtime/GCCLibraries/crtend/Makefile Fri Jan 27 16:06:50 2006
@@ -20,13 +20,6 @@
LIBRARYNAME = crtend
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-# Note: We're using FAKE_SOURCES because the comp_*.c don't really exist.
-# However this makefile builds comp_*.bc and that's what we want in the library.
-# The FAKE_SOURCES variable supports this kind of construction. It uses the
-# FAKE_SOURCES to determine a list of things to build, but doesn't use
-# FAKE_SOURCES for dependencies, distribution, etc. It is assumed the makefile
-# will know how to build the objects eventhough the sources don't exist.
-
MainSrc := crtend.c listend.ll
GenericEHSrc := Exception.cpp
SJLJEHSrc := SJLJ-Exception.cpp
More information about the llvm-commits
mailing list