diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-02 22:50:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-02 22:50:00 +0000 |
commit | bb2840b2726bdf3bf385bdb8e8b956970b800779 (patch) | |
tree | 87403790943f35412e62d4e697b811582ed50ddd /llvm/runtime | |
parent | 0982708a116bc18cea71f744881c2d2afd4c7fa0 (diff) | |
download | bcm5719-llvm-bb2840b2726bdf3bf385bdb8e8b956970b800779.tar.gz bcm5719-llvm-bb2840b2726bdf3bf385bdb8e8b956970b800779.zip |
This is no longer needed.
llvm-svn: 19259
Diffstat (limited to 'llvm/runtime')
-rw-r--r-- | llvm/runtime/GCCLibraries/libutempter/Makefile | 16 | ||||
-rw-r--r-- | llvm/runtime/GCCLibraries/libutempter/dummy.c | 0 |
2 files changed, 0 insertions, 16 deletions
diff --git a/llvm/runtime/GCCLibraries/libutempter/Makefile b/llvm/runtime/GCCLibraries/libutempter/Makefile deleted file mode 100644 index 15ac89754f4..00000000000 --- a/llvm/runtime/GCCLibraries/libutempter/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- runtime/GCCLibraries/libutempter/Makefile -----------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../../.. -BYTECODE_LIBRARY = 1 -DONT_BUILD_RELINKED = 1 -LIBRARYNAME = utempter -BYTECODE_DESTINATION = $(CFERuntimeLibDir) - -include $(LEVEL)/Makefile.common diff --git a/llvm/runtime/GCCLibraries/libutempter/dummy.c b/llvm/runtime/GCCLibraries/libutempter/dummy.c deleted file mode 100644 index e69de29bb2d..00000000000 --- a/llvm/runtime/GCCLibraries/libutempter/dummy.c +++ /dev/null |