diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-18 04:43:02 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-18 04:43:02 +0000 |
commit | c451027db973e6906112e698f1cfc1540453e807 (patch) | |
tree | a0d04c71f4107af584edbb4ac404e0f2f1fe12aa /llvm/Makefile | |
parent | cb9572e7b3d104e610dfa088e10ffcd40e310949 (diff) | |
download | bcm5719-llvm-c451027db973e6906112e698f1cfc1540453e807.tar.gz bcm5719-llvm-c451027db973e6906112e698f1cfc1540453e807.zip |
Roll back the shared library, r96559. It broke two darwins and arm, mysteriously.
llvm-svn: 96569
Diffstat (limited to 'llvm/Makefile')
-rw-r--r-- | llvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile b/llvm/Makefile index 1819226878d..319bdcd0fba 100644 --- a/llvm/Makefile +++ b/llvm/Makefile @@ -30,8 +30,8 @@ ifeq ($(BUILD_DIRS_ONLY),1) DIRS := lib/System lib/Support utils OPTIONAL_DIRS := else - DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-shlib \ - tools/llvm-config tools runtime docs unittests + DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \ + tools runtime docs unittests OPTIONAL_DIRS := projects bindings endif |