X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FBitcode%2FMakefile;h=33b09b914b56308bd36a9a115a065a119d05f9bc;hb=00552e3875ee5f382db6c98286a241a7d0efe1b8;hp=aa437e7e2cc566862cf74a62af5ca6428bd2c7cc;hpb=972cc0d54ac9ddbaa4d22a4f36db5269b3b4bbde;p=oota-llvm.git diff --git a/unittests/Bitcode/Makefile b/unittests/Bitcode/Makefile index aa437e7e2cc..33b09b914b5 100644 --- a/unittests/Bitcode/Makefile +++ b/unittests/Bitcode/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = Bitcode -LINK_COMPONENTS := core support bitreader bitwriter +LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest