| Index: tools/bugpoint/Makefile
|
| diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
|
| index 174f8d25161eef3c4e8f1c2262b27f593b68a52d..6cb3d8ac05ffd544fa892c2e30896a62814774fd 100644
|
| --- a/tools/bugpoint/Makefile
|
| +++ b/tools/bugpoint/Makefile
|
| @@ -10,7 +10,8 @@
|
| LEVEL := ../..
|
| TOOLNAME := bugpoint
|
| LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
| - bitwriter irreader vectorize objcarcopts codegen
|
| + bitwriter irreader vectorize objcarcopts codegen \
|
| + nacltransforms naclanalysis minsfitransforms naclbitreader
|
|
|
| # Support plugins.
|
| NO_DEAD_STRIP := 1
|
|
|