When building a compound literal, check that the base element of the array is complete.
[clang.git] / tools / Makefile
blob0202cc5bbbb05bf2e508365a5ec9f6a612ccb8e4
1 ##===- tools/Makefile --------------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 CLANG_LEVEL := ..
11 DIRS := driver libclang c-index-test
13 include $(CLANG_LEVEL)/../../Makefile.config
15 ifeq ($(OS), $(filter $(OS), Cygwin MingW Minix))
16 DIRS := $(filter-out libclang c-index-test, $(DIRS))
17 endif
19 include $(CLANG_LEVEL)/Makefile