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 | 7ff1ca4cd0d1a3713686f8bb17633fcaebd4f54f (patch) | |
tree | d7df2c4784308401622b0887acaed8e49e2e028d /runtime | |
parent | 4be483baa4c2c7fc2ec9622dfbfe5f00f1da65d0 (diff) | |
download | external_llvm-7ff1ca4cd0d1a3713686f8bb17633fcaebd4f54f.zip external_llvm-7ff1ca4cd0d1a3713686f8bb17633fcaebd4f54f.tar.gz external_llvm-7ff1ca4cd0d1a3713686f8bb17633fcaebd4f54f.tar.bz2 |
This is no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19259 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GCCLibraries/libutempter/Makefile | 16 | ||||
-rw-r--r-- | runtime/GCCLibraries/libutempter/dummy.c | 0 |
2 files changed, 0 insertions, 16 deletions
diff --git a/runtime/GCCLibraries/libutempter/Makefile b/runtime/GCCLibraries/libutempter/Makefile deleted file mode 100644 index 15ac897..0000000 --- a/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/runtime/GCCLibraries/libutempter/dummy.c b/runtime/GCCLibraries/libutempter/dummy.c deleted file mode 100644 index e69de29..0000000 --- a/runtime/GCCLibraries/libutempter/dummy.c +++ /dev/null |