[llvm] r214558 - Try to fix configure+make after r214556

Duncan P. N. Exon Smith dexonsmith at apple.com
Fri Aug 1 14:06:59 PDT 2014


Author: dexonsmith
Date: Fri Aug  1 16:06:59 2014
New Revision: 214558

URL: http://llvm.org/viewvc/llvm-project?rev=214558&view=rev
Log:
Try to fix configure+make after r214556

Modified:
    llvm/trunk/unittests/Bitcode/Makefile

Modified: llvm/trunk/unittests/Bitcode/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Bitcode/Makefile?rev=214558&r1=214557&r2=214558&view=diff
==============================================================================
--- llvm/trunk/unittests/Bitcode/Makefile (original)
+++ llvm/trunk/unittests/Bitcode/Makefile Fri Aug  1 16:06:59 2014
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TESTNAME = Bitcode
-LINK_COMPONENTS := bitreader bitwriter
+LINK_COMPONENTS := irreader bitwriter
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest





More information about the llvm-commits mailing list