[llvm] r222173 - Fix the autoconf build.

Rafael Espindola rafael.espindola at gmail.com
Mon Nov 17 13:06:38 PST 2014


Author: rafael
Date: Mon Nov 17 15:06:38 2014
New Revision: 222173

URL: http://llvm.org/viewvc/llvm-project?rev=222173&view=rev
Log:
Fix the autoconf build.

Modified:
    llvm/trunk/unittests/Linker/Makefile

Modified: llvm/trunk/unittests/Linker/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Linker/Makefile?rev=222173&r1=222172&r2=222173&view=diff
==============================================================================
--- llvm/trunk/unittests/Linker/Makefile (original)
+++ llvm/trunk/unittests/Linker/Makefile Mon Nov 17 15:06:38 2014
@@ -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





More information about the llvm-commits mailing list