diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:29:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:29:43 +0000 |
commit | 79a4e8e2d62c57e729656eb8ff8744a726b82e14 (patch) | |
tree | 4cbe98009d18a2509a777e0e2e9246c98ed71a5e /lib/CodeGen | |
parent | 02b81351f983f21a420a69319c69860d2180ebdb (diff) |
Remove dead library makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/PreOpts/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/PreOpts/Makefile b/lib/CodeGen/PreOpts/Makefile deleted file mode 100644 index 4085f0cd0a..0000000000 --- a/lib/CodeGen/PreOpts/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -LEVEL = ../../.. - -DIRS = - -LIBRARYNAME = preopts - -include $(LEVEL)/Makefile.common - |