diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-06-24 07:21:35 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-06-24 07:21:35 +0000 |
| commit | 99c46b980f006737ebe7d6965ffd87e8e40b35ea (patch) | |
| tree | bc51954ab00fdd206c2a83485df180245acc7e06 /llvm/projects | |
| parent | cf4ab520b555bb764a72d648f2820f3deb943d29 (diff) | |
| download | bcm5719-llvm-99c46b980f006737ebe7d6965ffd87e8e40b35ea.tar.gz bcm5719-llvm-99c46b980f006737ebe7d6965ffd87e8e40b35ea.zip | |
Filter out dragonegg when checked out into a projects subdirectory.
There is some hope of eventually supporting a unified build with it, but
until then this lets me (and others) check it out in this location
without things breaking.
llvm-svn: 184697
Diffstat (limited to 'llvm/projects')
| -rw-r--r-- | llvm/projects/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile index 1318a35d941..f00425f81ee 100644 --- a/llvm/projects/Makefile +++ b/llvm/projects/Makefile @@ -20,6 +20,9 @@ DIRS := $(filter-out compiler-rt,$(DIRS)) # Don't build libcxx, it isn't designed to be built directly. DIRS := $(filter-out libcxx,$(DIRS)) +# DragonEgg may be checked out here but doesn't (yet) build directly. +DIRS := $(filter-out dragonegg,$(DIRS)) + # Sparc cannot link shared libraries (libtool problem?) ifeq ($(ARCH), Sparc) DIRS := $(filter-out sample, $(DIRS)) |

