aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Linker/Makefile
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-11-09 00:43:18 +0000
committerAdrian Prantl <aprantl@apple.com>2013-11-09 00:43:18 +0000
commit999ffb6085a6e24261680b41d4f43ad4ba8fd250 (patch)
tree695a40407468402119f51eab06f7384f88ca03ff /unittests/Linker/Makefile
parentab6f27c7ff043f393e1831d35f596b50be959cdb (diff)
downloadexternal_llvm-999ffb6085a6e24261680b41d4f43ad4ba8fd250.zip
external_llvm-999ffb6085a6e24261680b41d4f43ad4ba8fd250.tar.gz
external_llvm-999ffb6085a6e24261680b41d4f43ad4ba8fd250.tar.bz2
Revert "Move copying of global initializers below the cloning of functions."
This would cause internal symbols that are only referenced by global initializers to be removed. This reverts commit 194219. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Linker/Makefile')
-rw-r--r--unittests/Linker/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/unittests/Linker/Makefile b/unittests/Linker/Makefile
deleted file mode 100644
index c6058c4..0000000
--- a/unittests/Linker/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- unittests/Linker/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 = Linker
-LINK_COMPONENTS := core linker
-
-include $(LEVEL)/Makefile.config
-include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest