| Index: unittests/Bitcode/Makefile
|
| diff --git a/unittests/Bitcode/Makefile b/unittests/Bitcode/Makefile
|
| index 33b09b914b56308bd36a9a115a065a119d05f9bc..58c7328b19ffd7441b66ddbc3d9684879276ad24 100644
|
| --- a/unittests/Bitcode/Makefile
|
| +++ b/unittests/Bitcode/Makefile
|
| @@ -9,7 +9,8 @@
|
|
|
| LEVEL = ../..
|
| TESTNAME = Bitcode
|
| -LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support
|
| +LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support \
|
| + NaClBitReader NaClBitWriter NaClBitAnalysis NaClBitTestUtils
|
|
|
| include $(LEVEL)/Makefile.config
|
| include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
|
|