Fix the autoconf build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222173 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2014-11-17 21:06:38 +00:00
parent c4fe4e9681
commit 8a190092af

View File

@ -9,7 +9,7 @@
LEVEL = ../..
TESTNAME = Linker
LINK_COMPONENTS := core linker
LINK_COMPONENTS := core linker asmparser
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest