aboutsummaryrefslogtreecommitdiff
path: root/unittests/DriverTests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/DriverTests/Makefile')
-rw-r--r--unittests/DriverTests/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/unittests/DriverTests/Makefile b/unittests/DriverTests/Makefile
deleted file mode 100644
index ae97fb01adbf..000000000000
--- a/unittests/DriverTests/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-##===---- unittests/DriverTests/Makefile ----------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===-------------------------------------------------------------------===##
-
-LLD_LEVEL = ../..
-TESTNAME = DriverTests
-USEDLIBS = lldDriver.a lldConfig.a \
- lldELF.a lldMachO.a lldPECOFF.a \
- lldCore.a lldNative.a lldReaderWriter.a \
- lldHexagonELFTarget.a lldMipsELFTarget.a \
- lldX86ELFTarget.a lldExampleSubTarget.a lldX86_64ELFTarget.a \
- lldYAML.a lldAArch64ELFTarget.a lldARMELFTarget.a \
- LLVMObject.a LLVMMCParser.a LLVMMC.a LLVMBitReader.a \
- LLVMCore.a LLVMOption.a LLVMSupport.a
-include $(LLD_LEVEL)/unittests/Makefile