diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-10-13 07:04:00 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-10-13 07:04:00 +0000 | 
| commit | 1efb6bc30ef23c9f74275bcb2a3c513f17c0a2a7 (patch) | |
| tree | 0e5e66c0a13575947651e9b95a4ccbe04fb39a03 /llvm/lib | |
| parent | b7b537f1927cdb79583d7e60214d809aab6bd959 (diff) | |
| download | bcm5719-llvm-1efb6bc30ef23c9f74275bcb2a3c513f17c0a2a7.tar.gz bcm5719-llvm-1efb6bc30ef23c9f74275bcb2a3c513f17c0a2a7.zip | |
Compile the transforms directory
llvm-svn: 776
Diffstat (limited to 'llvm/lib')
| -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 cf205e3596f..5ff4f16e62f 100644 --- a/llvm/lib/Makefile +++ b/llvm/lib/Makefile @@ -1,5 +1,5 @@  LEVEL = .. -DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen Target +DIRS = VMCore Analysis Transforms Assembly Bytecode Optimizations Support CodeGen Target  include $(LEVEL)/Makefile.common | 

