summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-27 22:06:50 +0000
committerChris Lattner <sabre@nondot.org>2006-01-27 22:06:50 +0000
commit038c2a12926977464d8338103a26f955209b490f (patch)
treee60b607bfb8017fd7d0abd5684208f5699cd9688 /runtime
parent3880f1afd6a6cba0bcd5baed5a35cf325fafa42c (diff)
downloadllvm-038c2a12926977464d8338103a26f955209b490f.tar.gz
llvm-038c2a12926977464d8338103a26f955209b490f.tar.bz2
llvm-038c2a12926977464d8338103a26f955209b490f.tar.xz
Remove out of date comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GCCLibraries/crtend/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile
index 6792a36fa5..129aff2d54 100644
--- a/runtime/GCCLibraries/crtend/Makefile
+++ b/runtime/GCCLibraries/crtend/Makefile
@@ -20,13 +20,6 @@ DONT_BUILD_RELINKED = 1
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