summaryrefslogtreecommitdiff
path: root/unittests/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/Makefile
parentab6f27c7ff043f393e1831d35f596b50be959cdb (diff)
downloadllvm-999ffb6085a6e24261680b41d4f43ad4ba8fd250.tar.gz
llvm-999ffb6085a6e24261680b41d4f43ad4ba8fd250.tar.bz2
llvm-999ffb6085a6e24261680b41d4f43ad4ba8fd250.tar.xz
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/Makefile')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index fc7e780df3..06ba93243e 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -10,7 +10,7 @@
LEVEL = ..
PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
- Linker MC Object Option Support Transforms
+ MC Object Option Support Transforms
include $(LEVEL)/Makefile.common