diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile index 1318a35d941e..f00425f81ee6 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))