diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-07-21 19:33:01 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 19:33:01 +0000 |
| commit | 720ff31ab4cf800a676cdcdc600f67f17a0d3a1c (patch) | |
| tree | 5e2124616cd17086ff71f4276a27de5602d8cf92 | |
| parent | 897e02b2c0107c9de38c35bc2fd327b48ecf668f (diff) | |
| download | bcm5719-llvm-720ff31ab4cf800a676cdcdc600f67f17a0d3a1c.tar.gz bcm5719-llvm-720ff31ab4cf800a676cdcdc600f67f17a0d3a1c.zip | |
Moved LLC subdir to the tools top level directory
llvm-svn: 248
| -rw-r--r-- | llvm/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile index bc292fc4062..3f6537a60ee 100644 --- a/llvm/lib/Makefile +++ b/llvm/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC +DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen include $(LEVEL)/Makefile.common |

