From: Rafael Espindola Date: Thu, 13 Nov 2014 17:12:19 +0000 (+0000) Subject: Fix the other build system. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ac65e4b6d6e92425228a98a9f6ee092d2317631;p=platform%2Fupstream%2Fllvm.git Fix the other build system. llvm-svn: 221901 --- diff --git a/llvm/unittests/MC/Makefile b/llvm/unittests/MC/Makefile index 775116d..3f8d1ef 100644 --- a/llvm/unittests/MC/Makefile +++ b/llvm/unittests/MC/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = MC -LINK_COMPONENTS := Object +LINK_COMPONENTS := all-targets MCDisassembler Object include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest