diff options
Diffstat (limited to 'gnu/llvm/unittests/Support/Makefile')
-rw-r--r-- | gnu/llvm/unittests/Support/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/llvm/unittests/Support/Makefile b/gnu/llvm/unittests/Support/Makefile deleted file mode 100644 index 21657f12e3d..00000000000 --- a/gnu/llvm/unittests/Support/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- unittests/Support/Makefile --------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -TESTNAME = Support -LINK_COMPONENTS := all-targets core support - -include $(LEVEL)/Makefile.config -include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |