diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-23 02:35:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-23 02:35:57 +0000 |
commit | 8f367bd3c0f56b7b318c46cee04f77735f617777 (patch) | |
tree | ef00b00e2465f9168bbbd83fd2ebef8fa857146f /tools/llc/Makefile | |
parent | a28504313d4c3fe87173a71b511dd4c8e25c3312 (diff) |
Large scale changes to implement new command line argument facility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r-- | tools/llc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index a5b098c0736..adfd9c822bf 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -1,10 +1,4 @@ LEVEL = ../.. - -## List source files in link order -Source = \ - llc.o \ - LLCOptions.o - include $(LEVEL)/Makefile.common all:: llc |