diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:26:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:26:52 +0000 |
commit | 02b81351f983f21a420a69319c69860d2180ebdb (patch) | |
tree | 009afbb4ebcbbfa2144d2e49a3ff1760974c1def /lib/CodeGen | |
parent | 0748a3904a0239fa87d00bd1ed87e760ad9bd937 (diff) |
Remove makefile for dead library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/PostOpts/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/CodeGen/PostOpts/Makefile b/lib/CodeGen/PostOpts/Makefile deleted file mode 100644 index 5d1242ca9d..0000000000 --- a/lib/CodeGen/PostOpts/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -LEVEL = ../../.. - -DIRS = - -LIBRARYNAME = postopts - -BUILD_ARCHIVE = 1 - -include $(LEVEL)/Makefile.common |