| Index: tools/pnacl-benchmark/Makefile
|
| diff --git a/tools/llc/Makefile b/tools/pnacl-benchmark/Makefile
|
| similarity index 58%
|
| copy from tools/llc/Makefile
|
| copy to tools/pnacl-benchmark/Makefile
|
| index 71bce4dc1adf9a9cc303b1cd432a67f44d70b8af..21bfa7fa7601d224046e3894e194972aa2667374 100644
|
| --- a/tools/llc/Makefile
|
| +++ b/tools/pnacl-benchmark/Makefile
|
| @@ -1,4 +1,4 @@
|
| -#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
|
| +#===- tools/pnacl-benchmark/Makefile -----------------------*- Makefile -*-===##
|
| #
|
| # The LLVM Compiler Infrastructure
|
| #
|
| @@ -8,11 +8,9 @@
|
| ##===----------------------------------------------------------------------===##
|
|
|
| LEVEL := ../..
|
| -TOOLNAME := llc
|
| -LINK_COMPONENTS := all-targets bitreader asmparser irreader
|
| -
|
| -# Support plugins.
|
| -NO_DEAD_STRIP := 1
|
| +TOOLNAME := pnacl-benchmark
|
| +LINK_COMPONENTS := all-targets naclbitanalysis bitreader naclbitreader \
|
| + irreader asmparser naclanalysis nacltransforms
|
|
|
| include $(LEVEL)/Makefile.common
|
|
|
|
|