diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-01-27 22:06:50 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-01-27 22:06:50 +0000 |
| commit | 4c251f89b44a3c4d2e9cf1c5693184d266a64d23 (patch) | |
| tree | 765bba8cc4792527b877797ec00b74266437e661 /llvm | |
| parent | a4575c73493afa9bedb2aab2914d7a7a1bda203d (diff) | |
| download | bcm5719-llvm-4c251f89b44a3c4d2e9cf1c5693184d266a64d23.tar.gz bcm5719-llvm-4c251f89b44a3c4d2e9cf1c5693184d266a64d23.zip | |
Remove out of date comment
llvm-svn: 25705
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/runtime/GCCLibraries/crtend/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/Makefile b/llvm/runtime/GCCLibraries/crtend/Makefile index 6792a36fa58..129aff2d54e 100644 --- a/llvm/runtime/GCCLibraries/crtend/Makefile +++ b/llvm/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 |

